summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 016da91..c3e23a5 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,7 +19,7 @@ class inetd {
file { "/etc/inetd.conf":
owner => "root",
group => "root",
- mode => 0644,
+ mode => '0644',
ensure => present,
notify => Service['inetd'],
}