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
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
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
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
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,
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
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
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 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
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
10 matches
Mail list logo