]> gitweb.fluxo.info Git - puppet-qwebirc.git/commitdiff
Changing compile exec command
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Jan 2012 17:28:18 +0000 (15:28 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Jan 2012 17:28:18 +0000 (15:28 -0200)
manifests/init.pp

index 7e4e4d49747234de4544c92a6e43f39def519327..02e7ead08d16ae039432b46febfb72db55bb61a9 100644 (file)
@@ -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',