From 2a18612ad452d93347bbf8c602cff63821cea843 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Jul 2012 23:05:58 -0300 Subject: Oops --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } -- cgit v1.2.3