[Puppet Users] Re: Pushing file updates - taking a long time

2013-06-19 Thread KC1987
Figured it out. Someone had put ensure => running, on a package :( On Wednesday, June 19, 2013 8:19:04 AM UTC-5, jcbollinger wrote: > > > > On Tuesday, June 18, 2013 5:13:27 PM UTC-5, KC1987 wrote: >> >> Hi. >> >> First off my situation is this; >&

[Puppet Users] Pushing file updates - taking a long time

2013-06-18 Thread KC1987
Hi. First off my situation is this; I have a module that's split up in such a way that it runs as follows: Install packages => Ensure files are present => insure service is running. Now say I have a stable cluster up and running. I want to push a new file change on a configuration to all slave

[Puppet Users] Error: Could not retrieve catalog from remote server: Error 400 on SERVER: A JSON text must at least contain two octets! at /etc/puppet/manifests/site.pp:4 on node irnode

2013-06-13 Thread KC1987
Hi everyone. I am receiving an error on this line: hiera_include('classes') According to documentation here: http://docs.puppetlabs.com/hiera/1/puppet.html#hiera-lookup-functions it seems to the standard way to call hiera_include. Has anyone run into this issue? It only happens after a singl