diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:07:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:07:37 -0300 |
commit | 7c9c7e0c1733fa8e9b7886e904fff44473a85811 (patch) | |
tree | 2d26b11a85cc6f513918b18b31c309c79c9b2387 /manifests | |
parent | f30c1d1e77db52ff987e278bf17a32f5c83a6dd7 (diff) | |
download | puppet-supybot-master.tar.gz puppet-supybot-master.tar.bz2 |
Diffstat (limited to 'manifests')
-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 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'], } |