[Puppet Users] Multiple pkg, one pkg.dmg...

2013-03-13 Thread Peter M Souter
Hi people, I know this is a bit obscure, but I'm trying to make a puppet manifest for growl-fork for Boxen. So far it's installing fine with this: class growl_fork { package { 'Growl Fork': source => 'https://bitbucket.org/pmetzger/growl/downloads/Growl-1.2.2f1.dmg', provider => 'p

[Puppet Users] Re: Keeping compile masters consistent

2016-06-14 Thread Peter M Souter
I've seen a few ways of doing this: - Running lsyncd to watch for changes to code on the MoM - Rsync task on demand when the master is updated, maybe with something like incrond or just with scripting or Jenkins tasks - The R10K mco task from acidprime/r10k https://github.com/acidprime/r10k#mcol

[Puppet Users] Calling all Sublime Text Users...

2015-05-17 Thread Peter M Souter
Hello Puppet-Users! So, a long time ago I ended up getting push-rights to https://github.com/russCloak/SublimePuppet So, I'm no expert on Textmate and Sublime syntax and template files. In fact, I know pretty much nothing. However, I've merged most of the pull-requests that people have opened,

Re: [Puppet Users] Re: Puppet 6 client lookup secret from Hashicorp Vault

2019-01-11 Thread Peter M Souter
Hi All! I've been working on a Vagrant repo that sets everything up: https://github.com/petems/puppet-vault-function-vagrant > #export VAULT_SKIP_VERIFY=true This one you can avoid by pointing to the puppet CA cert with VAULT_CACERT, means you're avoiding the cert skipping. > Our next challe