Re: [Puppet Users] using puppet to import keys

2011-02-26 Thread Patrick
1) What you are doing won't work because all exec commands are executed independently, not sequentially. Because of this, the "cd" command would have no effect. There's a "current_working_directory" parameter or something similar that will give you that effect. 2) Unless you manually set the p

[Puppet Users] using puppet to import keys

2011-02-26 Thread Tim Dunphy
hello list! I am attempting to import some repo keys into my puppet clients with the following lines in one of my manifests: $commands = ["cd /etc/yum.repos.d/","wget http://apt.sw.be/RPM-GPG-KEY.dag.txt","wget http://rpms.famillecollet.com/RPM-GPG-KEY-remi","wget http://download.fedora.redhat.c