From: Silvio Rhatto Date: Sun, 15 Jul 2012 05:25:41 +0000 (-0300) Subject: TODO X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=346cf5df6dc4f170b58b877197537e81a046ee5d;p=puppet-qwebirc.git TODO --- diff --git a/manifests/init.pp b/manifests/init.pp index d4f7c12..ae25174 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -49,6 +49,7 @@ class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'h notify => Service['qwebirc'], } + # TODO: should run after every config change exec { '/var/lib/qwebirc/compile.py': cwd => '/var/lib/qwebirc', creates => '/var/lib/qwebirc/.compiled',