diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:06:23 -0300 |
commit | bf140a2b427e14da6d70351d3a61ce61bb1d6e27 (patch) | |
tree | 7c393c006253b3af28e350a26ed35e4698eec0fc | |
parent | a027766fa9780b732df0c1e97aaff0414e3862fb (diff) | |
download | puppet-inetd-master.tar.gz puppet-inetd-master.tar.bz2 |
-rw-r--r-- | manifests/init.pp | 2 |
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'], } |