From 6af2336866731f1ae6ef3f10fb4852ae759e45a1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Jan 2012 15:28:18 -0200 Subject: Changing compile exec command --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') 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', -- cgit v1.2.3