diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 23:05:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 23:05:58 -0300 |
commit | 2a18612ad452d93347bbf8c602cff63821cea843 (patch) | |
tree | e980775374a1b3ebb34a9024fb1063a99347228a | |
parent | 00238ace8683403104ed96dd1a91b46cd20692b4 (diff) | |
download | puppet-qwebirc-2a18612ad452d93347bbf8c602cff63821cea843.tar.gz puppet-qwebirc-2a18612ad452d93347bbf8c602cff63821cea843.tar.bz2 |
Oops
-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 ffdd4bd..31c099e 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,7 +62,7 @@ class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'h user => 'qwebirc', group => 'qwebirc', subscribe => File['/var/lib/qwebirc/config.py'], - onlyif => 'test -f /var/lib/qwebirc/.compiled' + onlyif => 'test -f /var/lib/qwebirc/.compiled', refreshonly => true, } |