aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/hostname.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/hostname.pp')
-rw-r--r--manifests/subsystem/hostname.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/hostname.pp b/manifests/subsystem/hostname.pp
index 4dedcec..e835f1a 100644
--- a/manifests/subsystem/hostname.pp
+++ b/manifests/subsystem/hostname.pp
@@ -2,7 +2,7 @@ class nodo::subsystem::hostname {
file { "/etc/hostname":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
content => "${::fqdn}\n",
}