From 0b642497df55fd30f6c3dc92c74f0f583f1e73b4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 26 Sep 2015 15:22:30 -0300 Subject: Qualify exec --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index a9a8853..fab766d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -58,7 +58,7 @@ class infinoted( # Generate keys # This exec will launch the server but not daemonize, so we fork it to the background exec { 'infinoted-gen-keys': - command => 'infinoted --create-key --create-certificate -k /var/lib/infinoted/.certs/infinoted.key -c /var/lib/infinoted/.certs/infinoted.cert &', + command => '/usr/bin/infinoted --create-key --create-certificate -k /var/lib/infinoted/.certs/infinoted.key -c /var/lib/infinoted/.certs/infinoted.cert &', creates => '/var/lib/infinoted/.certs/infinoted.key', require => File['/var/lib/infinoted/.config/infinoted.conf'], } -- cgit v1.2.3