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

index 9d5d72493cbe6ad2c3eecbeb60780cc5e62dd8ed..bf20bd4e6de80d683f870a8bd2f35f2b467079e5 100644 (file)
@@ -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',