Hello, I am trying to learn how to write Puppet Modules. I have taken the
free training within the PuppetLabs Learning VM (which was very
informative, and self-paced) and wanted to use my Windows 7 machine where I
have installed Geppetto-4.3.1. I already had (months ago) installed and
configu
Thanks for the clarification. I did forget to mention that I tried the
ordering of my classes as well:
class { 'server_packages':
# list of packages
server_packages => hiera('server_packages'),
enable_repo => 'my-rpms,base',
} ->
class { 'some_class':
# params here
}
Let's Encrypt moved to public beta status today; in honor of that here's a
Puppet module to install the client and request certificates using a
limited subset of the API: https://forge.puppetlabs.com/danzilio/letsencrypt
Missing a feature? Doesn't support your operating system? PRs can be made
John, is there a reason you're going with Puppet 3 over Puppet 4? They're
both open source, both compatible with EL 6, and Puppet 4 has the OS X
10.10 support you'll need.
-Garrett
On Wednesday, December 2, 2015 at 7:55:17 AM UTC-8, John Oliver wrote:
>
> Thanks, Morgan! No, I had not thought
On Tue, Dec 1, 2015 at 7:48 AM Peter Berghold
wrote:
> Given the following pattern in a puppet manifest:
>
> file{ 'some/file/foo':
> content => 'blah blah blah',
> notify => Exec['talkaboutfoo']
> }
> exec { 'talkaboutfoo':
> cmd => "some/command/some/where",
> subscribe =>
Puppet Agent 1.3.2 is now available. This is a follow-up release to
Monday's 1.3.1 release which includes a fix to the root CA bundle included
in the package.
In puppet-agent 1.3.0 and 1.3.1, the included bundle of CA certificates was
smaller than the system bundles used in puppet-agent 1.2.7 a
On 12/2/15 6:33 PM, Haani Niyaz wrote:
> Hi Ben,
>
> I am also looking for some reference material to better illustrate how
> to use rsepc puppet, a best practices of sorts to my team. Were you
> successful in finding some examples?
>
> On Friday, 11 July 2014 10:29:32 UTC+10, Ben Sullivan wrote:
Thank you, Aurelien!
These options(--noop --evaltrace --summarize) helped me a lot. The problem
was a directory that had "recurse => true" by mistake and a subfolder tmp
was growing too fast.
Lauro
Em terça-feira, 1 de dezembro de 2015 15:01:31 UTC-2, Aurélien Degrémont
escreveu:
>
> Hello
>
Hi,
On some AIX server I receive error message during communication processus
during first synchronisation and then puppet will not synchronsize.
Console message :
*err: Could not send report: Error 400 on SERVER: Could not intern from
yaml: syntax error on line 6279, col 14: `!binary ?
"
Found why the first run succeeded, because I used our old username/password
method for cloning the git. It went wrong from the moment I tried to use
ssh keys.
Some additional info (r10k.yaml):
---
cachedir: /var/cache/r10k
sources:
mymodules:
basedir: /etc/puppetlabs/puppet/environments
Hi all
Just installed a fresh pe master. While running pe_r10k for the second time
I got the following error:
r10k deploy environment -p -v debug2
[2015-12-03 13:41:10 - DEBUG1] Testing to see if feature pe_license is
available.
[2015-12-03 13:41:10 - DEBUG2] Attempting to load library 'pe_lic
11 matches
Mail list logo