Re: [Puppet Users] exec resource long runtime

2015-01-18 Thread Royee Tager
gt; > On 18 Jan 2015, at 08:29, Royee Tager > > wrote: > > > Hi, > > > > If I run the following command manually (time /usr/sbin/rhnreg_ks -v > --serverUrl=http://spacewalk.example.com/XMLRPC > --activationkey=1-aab07306b6f673c367ebecae2aa55f22 --force

[Puppet Users] exec resource long runtime

2015-01-17 Thread Royee Tager
Hi, If I run the following command manually (time /usr/sbin/rhnreg_ks -v --serverUrl=http://spacewalk.example.com/XMLRPC --activationkey=1-aab07306b6f673c367ebecae2aa55f22 --force --nohardware --nopackages --novirtinfo --norhnsd -v), the runtime is 15 seconds. However, if the command is per

[Puppet Users] Puppet runs the yum install command per each package

2015-01-14 Thread Royee Tager
How can I enforce Puppet to run only one yum install command if my manifest is: $install_packages_el6 = ['sshpass', 'mysql', 'redhat-lsb', 'MySQL-python','python-paramiko','git','net-snmp-utils','python-configobj','pciutils','sg3_utils','sg3_utils-libs','net-snmp','python', 'wget', 'python-dec

[Puppet Users] Puppet - packages long runtime

2015-01-04 Thread Royee Tager
Hello all, New CentOS 6.5 clients which run Puppet for the first time have many packages to install. As you can see below the total runtime is 355.0697 sec. The package part takes 262.6 sec. Is it somehow possible to reduce that time? config_retrieval6.464cron0.0105exec49.8922file33.3775file_li

[Puppet Users] Repositroy dependency

2014-11-02 Thread Royee Tager
I have downloaded some modules (apache, ntp, mysql, etc) that I would like to assign (I have Foreman as the ENC) to my hosts . In addidtion, I have created a spacewalk client module (a module which connects the hosts to the local yum repositroy). How can I nake/force the modules that I have d