Re: [Puppet Users] install module via rpm-> behind a proxy

2013-06-18 Thread Stephen Gran
On 19/06/13 07:17, cko wrote: hi, I'm trying to run the following manifest on my puppet agent: (snippet) package { 'check_mk-agent-logwatch-1.2.3i1-1.noarch': provider => 'rpm', ensure => installed, source => 'http : // mathias-kettner.de/download/check_mk-agent

[Puppet Users] install module via rpm-> behind a proxy

2013-06-18 Thread cko
hi, I'm trying to run the following manifest on my puppet agent: (snippet) package { 'check_mk-agent-logwatch-1.2.3i1-1.noarch': provider => 'rpm', ensure => installed, source => 'http : // mathias-kettner.de/download/check_mk-agent-logwatch-1.2.3i1-1.noarch.rpm',

[Puppet Users] Install module

2012-04-23 Thread Yves Ntonfo
Hi!! When i install or copy a module with the extra name "username-mymodule-version" in my module path, Puppet can't find the classes inside the module when node make a request. I don't know if i should rename the module into "mymodule" for that works!!! Thx. -- You received this message be