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
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
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,
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