Hi 

I have wriiten a class to deploy a tra file and extract on a remote puppet 
client. The tar file gets copied across fine and it seems to puppet the 
thet tar extraction suceeds, but when I check the client I dont see the 
extracted files

exec { "Deploy Code":
                command => "/bin/tar -xvf /var/tmp/deploy.tar",
                onlyif => [
                                "/usr/bin/test -d /var/tmp/test/"    #just 
testing this
                          ]
        }

-- 
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/-/r1pDP5BkWg0J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to