diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-28 15:28:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-28 15:28:18 -0200 |
commit | 6af2336866731f1ae6ef3f10fb4852ae759e45a1 (patch) | |
tree | 5285ddaa4734454f6c0ae11030257b10f125695d | |
parent | dfe5773a01e5eac2eaa0c79b3169ad7ebbe259d6 (diff) | |
download | puppet-qwebirc-6af2336866731f1ae6ef3f10fb4852ae759e45a1.tar.gz puppet-qwebirc-6af2336866731f1ae6ef3f10fb4852ae759e45a1.tar.bz2 |
Changing compile exec command
-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 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', |