summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 40d8fc4..a785276 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -24,7 +24,7 @@ class ntp(
file { "/etc/ntp.drift":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
}
@@ -33,7 +33,7 @@ class ntp(
content => template('ntp/ntp.conf.erb'),
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
notify => Service["ntp"],
}