diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-15 02:25:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-15 02:25:41 -0300 |
commit | 346cf5df6dc4f170b58b877197537e81a046ee5d (patch) | |
tree | 68c0839ba209f0a4e56582c5fdbdf018a1d5a758 | |
parent | c423dce6689082dd689192632b1458e748f0b3d4 (diff) | |
download | puppet-qwebirc-346cf5df6dc4f170b58b877197537e81a046ee5d.tar.gz puppet-qwebirc-346cf5df6dc4f170b58b877197537e81a046ee5d.tar.bz2 |
TODO
-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 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', |