I have a simple class wriited to deploy a tar file and and extract on a
puppet client;
The copy of the tar file works fine, the dashboard logs indicate a
successfull run but the tar file has not been extracted,
exec { "Deploy Code":
command => "/bin/tar -xvf /var/tmp/deploy.tar",
onlyif => [
"/usr/bin/test -d /var/tmp/tes" #just a
dummy test
]
}
The output from the run
Exec[Deploy Code] <https://mercury:3000/reports/3993>(/etc/puppetlabs/puppet/modules/deploy/manifests/init.pp:16)
Property Message returns executed successfully
The file is never extracted on the puppet client ????
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/4sDDHvm6QdYJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.