diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-28 15:38:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-28 15:38:33 -0200 |
commit | cc08b7b9fcf451f07e9b41defbb271298a73cc3c (patch) | |
tree | d77a54cc245b1bbfd2ca55046754bad6913c2b51 /manifests | |
parent | f9fe35c38f7848368690910d3b605737da399f28 (diff) | |
download | puppet-qwebirc-cc08b7b9fcf451f07e9b41defbb271298a73cc3c.tar.gz puppet-qwebirc-cc08b7b9fcf451f07e9b41defbb271298a73cc3c.tar.bz2 |
Full path at exec command
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 9d5d724..bf20bd4 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 { './compile.py': + exec { '/var/lib/qwebirc/compile.py': cwd => '/var/lib/qwebirc', creates => '/var/lib/qwebirc/.compiled', user => 'qwebirc', |