Hi,

following is my task file which i call from deployment_task.yaml

file { '/tmp/filename.sh'
path => '/tmp'
.
. source => puppet:///midules/pluginname/filename.sh,
} ->

exec {'/tmp/filename.sh'
command => '/tmp/filename.sh'
path => '/usr/bin:/bin'
}

my problem is that neither filename.sh is getting copied into /tmp/ folder 
nor(and probably that's why) commands is not getting executed

please help me asap, I have already defaulted on deadline twice.

thanks,
Vivek

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/966fd69f-9e35-4d7e-bff1-0493432757c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to