Re: [Puppet Users] puppet cert list yields no certs - SOLVED (sort of!)

2016-01-08 Thread Matt Zagrabelny
On Thu, Jan 7, 2016 at 5:41 PM, Matt Zagrabelny wrote: > On Thu, Jan 7, 2016 at 5:35 PM, Peter Kristolaitis wrote: >> Apparently I was a little too quick on the send button. :( >> >> To continue my previous email: >> >> Does 'puppet cert list --all' show any certs at all? > > Yep: > > # puppet c

Re: [Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Josh Cooper
On Fri, Jan 8, 2016 at 3:14 AM, Fraser Goffin wrote: > Puppet Version: 4.3.1 > OS: Centos 7 > > Note: I am running MASTERLESS > > I used this to install a gem :- > > package { 'rubyzip': > ensure => present, > provider => 'gem', > } > > It installed fine, in this location : > /usr/local

Re: [Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Ramin K
On 1/8/16 3:14 AM, Fraser Goffin wrote: Puppet Version: 4.3.1 OS: Centos 7 Note: I am running MASTERLESS I used this to install a gem :- package { 'rubyzip': ensure => present, provider => 'gem', } It installed fine, in this location : /usr/local/share/gems/gems/rubyzip-1.1.7 gem

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Josh Cooper
On Fri, Jan 8, 2016 at 8:20 AM, Tiago Delboni wrote: > With parser=future it doesn't complain about the escape sequence, but > keeps creating the package every run. :( > > Copying the accented character to the manifest does not work (tried many > ways). > > > Em sexta-feira, 8 de janeiro de 2016

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Tiago Delboni
With parser=future it doesn't complain about the escape sequence, but keeps creating the package every run. :( Copying the accented character to the manifest does not work (tried many ways). Em sexta-feira, 8 de janeiro de 2016 13:38:25 UTC-2, Henrik Lindberg escreveu: > > On 2016-08-01 14:23,

Re: [Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Henrik Lindberg
On 2016-08-01 14:23, Tiago Delboni wrote: Hi! On Windows 7 we have Puppet 4.2.x and, in order to deal with accented characters commonly found in registry key DisplayName, we use unicode escape sequences in our manifests such as "\u00FA". However, on Windows XP, we couldn't install Puppet 4.2.x

[Puppet Users] How to cope with accented characters in DisplayName using Puppet 3.8.x on Windows XP?

2016-01-08 Thread Tiago Delboni
Hi! On Windows 7 we have Puppet 4.2.x and, in order to deal with accented characters commonly found in registry key DisplayName, we use unicode escape sequences in our manifests such as "\u00FA". However, on Windows XP, we couldn't install Puppet 4.2.x so we use 3.8.x instead. When running th

Re: [Puppet Users] hieradata in add mode

2016-01-08 Thread Fraser Goffin
Personally I try to avoid putting hiera calls in manifests since this can make debugging significantly harder not to mention potentially clouding the intent of that module/class. I prefer exposing the data needs of a module via its API (i.e. class parameters) which also helps to make its intent

[Puppet Users] Rubygem not visible to puppet

2016-01-08 Thread Fraser Goffin
Puppet Version: 4.3.1 OS: Centos 7 Note: I am running MASTERLESS I used this to install a gem :- package { 'rubyzip': ensure => present, provider => 'gem', } It installed fine, in this location : /usr/local/share/gems/gems/rubyzip-1.1.7 gem env shows that the parent folder is on the

Re: [Puppet Users] Missing node_aws sub-command in puppet using Puppet Enterprise 2015.3.1-el-7-x86_64

2016-01-08 Thread Deepak Agarwal
I have installed puppetlabs-aws as steps given in github below. https://github.com/puppetlabs/puppetlabs-aws The puppet aws module is installed at below path: $ pwd /home/centos/.puppet/modules/aws $ ls bin checksums.json CONTRIBUTING.md fixtures Guardfile LICENSE Rakefile