Re: [Puppet Users] Re: Facter error: empty packages.json

2017-03-06 Thread Branan Riley
Hi Adam, The related code in Facter is at https://github.com/puppetlabs/facter/blob/master/lib/src/facts/external/json_resolver.cc#L211-L214 It appears that the JSON library we use (RapidJSON) considers an empty file to be an error condition, and we just raise that up without introspecting it.

Re: [Puppet Users] Manage delivery and execution of RPMs not in YUM

2017-03-06 Thread John Gelnaw
On Monday, March 6, 2017 at 9:16:45 AM UTC-5, jcbollinger wrote: > > > On Sunday, March 5, 2017 at 6:56:11 PM UTC-6, John Gelnaw wrote: > >> I created a second "mount point" in puppet via fileserver.conf, pointing >> to a location outside the puppet git tree, so I could use >>

Re: [Puppet Users] Can a resource run more then once in a catalog?

2017-03-06 Thread Joshua Schaeffer
Thanks for that clarification, this is really helpful. On Monday, March 6, 2017 at 7:24:50 AM UTC-7, jcbollinger wrote: > > > > On Friday, March 3, 2017 at 11:30:42 AM UTC-6, Peter Kristolaitis wrote: >> >> A subscribed / notified resource will only trigger once. Puppet's basic >> execution

Re: [Puppet Users] Erro Duplicate declaration

2017-03-06 Thread Miguel Di Ciurcio Filho
I guess you should send your message to the puppet-user-br group :-D 2017-03-04 2:06 GMT-03:00 Rafael Tomelin : > Boa noite pessoal, > > Estou criando um modulo para a instalação e configuração dos backups com o > bacula. > > A estrutura do meu módlo inicial é: > >

[Puppet Users] Re: Configuring code manager

2017-03-06 Thread Ryan Vande
I got it , ya'll should tell me when I'm making no sense :-p Just create an ssh key with no passphrase, create the directory if needed /etc/puppetlabs/puppetserver/ssh/ and place the newly created ssh key(Newlycretedkey.rsa) within , goto console and under pemaster classification find

[Puppet Users] Re: Configuring code manager

2017-03-06 Thread Ryan Vande
I got it , ya'll should tell me when I'm making no sense :-p Just create an ssh key, create the directory if needed /etc/puppetlabs/puppetserver/ssh/ and place the newly created ssh key(Newlycretedkey.rsa) within , goto console and under pemaster classification find

Re: [Puppet Users] Can a resource run more then once in a catalog?

2017-03-06 Thread jcbollinger
On Friday, March 3, 2017 at 11:30:42 AM UTC-6, Peter Kristolaitis wrote: > > A subscribed / notified resource will only trigger once. Puppet's basic > execution model only allows each resource to run once during a catalog run, > and you can think of notify/subscribe as a special case of using

Re: [Puppet Users] Manage delivery and execution of RPMs not in YUM

2017-03-06 Thread jcbollinger
On Sunday, March 5, 2017 at 6:56:11 PM UTC-6, John Gelnaw wrote: > I created a second "mount point" in puppet via fileserver.conf, pointing > to a location outside the puppet git tree, so I could use > "puppet:///downloads/" as a source, synchronized that directory > to a local directory on