From: Silvio Rhatto Date: Sat, 28 Jan 2012 17:28:18 +0000 (-0200) Subject: Changing compile exec command X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6af2336866731f1ae6ef3f10fb4852ae759e45a1;p=puppet-qwebirc.git Changing compile exec command --- diff --git a/manifests/init.pp b/manifests/init.pp index 7e4e4d4..02e7ead 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -60,7 +60,7 @@ class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'h notify => Service['qwebirc'], } - exec { '/var/lib/qwebirc/compile.py': + exec { 'cd /var/lib/qwebirc && ./compile.py': creates => '/var/lib/qwebirc/.compiled', user => 'qwebirc', group => 'qwebirc',