diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 23:05:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 23:05:16 -0300 |
commit | 00238ace8683403104ed96dd1a91b46cd20692b4 (patch) | |
tree | d41ec2a10e8f45ccbbc5c5f94464c20fd6b6e778 | |
parent | c1b64015be1971f06b8e77e13ec40fd1643d1f75 (diff) | |
download | puppet-qwebirc-00238ace8683403104ed96dd1a91b46cd20692b4.tar.gz puppet-qwebirc-00238ace8683403104ed96dd1a91b46cd20692b4.tar.bz2 |
Removing .compiled only if it exists
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index c173e9a..ffdd4bd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -62,6 +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' refreshonly => true, } |