summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:07:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:07:37 -0300
commit7c9c7e0c1733fa8e9b7886e904fff44473a85811 (patch)
tree2d26b11a85cc6f513918b18b31c309c79c9b2387
parentf30c1d1e77db52ff987e278bf17a32f5c83a6dd7 (diff)
downloadpuppet-supybot-master.tar.gz
puppet-supybot-master.tar.bz2
Changes for puppet 4 compatibilityHEADmaster
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d698f29..b4b97fc 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -23,7 +23,7 @@ class supybot {
ensure => directory,
owner => 'supybot',
group => 'supybot',
- mode => 0750,
+ mode => '0750',
require => User['supybot'],
}