[Puppet Users] Caught Encoding::CompatibilityError

2014-03-05 Thread Andrew Langhorn
Hi, I have a Puppet repository using Hiera as a lightweight ENC rather than the more traditional init.pp script in the manifests directory. When using Vagrant to test my commits work fine before opening a pull request, I've encountered the following: *Error: Could not parse for environment pro

[Puppet Users] Re: Caught Encoding::CompatibilityError

2014-03-06 Thread Andrew Langhorn
I cross-posted this to AskPuppet, too: https://ask.puppetlabs.com/question/5624/caught-encodingcompatibilityerror/ On Wednesday, 5 March 2014 14:15:07 UTC, Andrew Langhorn wrote: > > Hi, > > I have a Puppet repository using Hiera as a lightweight ENC rather than > the more trad

[Puppet Users] Resource ordering syntax

2015-01-17 Thread Andrew Langhorn
"linux-image-extra-${::kernelrelease}", 'lxc', 'lxc-docker-1.0.0', ]: ensure => present, } How do I reference the resource when using resource ordering? Do I just use Package['linux-image-

Re: [Puppet Users] Resource ordering syntax

2015-01-19 Thread Andrew Langhorn
et/latest/reference/lang_resources.html#array-of-titles > > > On 17 Jan 2015, at 15:13, Andrew Langhorn < > andrew@digital.cabinet-office.gov.uk > wrote: > > > Hi, > > > > I have a syntax query, I hope that the group can help with. > > > > Wh

Re: [Puppet Users] New to Puppet :wanted more information of VM provisioning in puppet

2016-11-22 Thread Andrew Langhorn
Puppet can be used to provision infrastructure, but to answer this in any more depth, we'd need to know what infrastructure you want to provision. Andrew -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop re

[Puppet Users] Dictating class evaluation order

2015-07-18 Thread Andrew Langhorn
Hi, I have a Puppet manifest which makes use of the tomcat::instance defined type from the camptocamp/tomcat module on the Puppet Forge as follows: class apps::reservations { include tomcat tomcat::instance { ‘reservations’: ensure => present, http_port => 8080, } } However, wh

Re: [Puppet Users] Dictating class evaluation order

2015-07-19 Thread Andrew Langhorn
s/params.pp, which either works out a value or just passes in a value, respectively. So, it looks like the Tomcat module is - at least partially - being imported. I'm a bit stumped now! Andrew On Sunday, 19 July 2015 01:06:26 UTC+1, Felix.Frank wrote: > > On 07/19/2015 01:19

Re: [Puppet Users] Dictating class evaluation order

2015-07-19 Thread Andrew Langhorn
I should probably add that, for $reasons, I'm using Puppet 3.6.1. On Sunday, 19 July 2015 15:07:39 UTC+1, Andrew Langhorn wrote: > > Hi Felix, > > Thanks for the reply. > > Yep - that snippet is representative. I've copied the full thing for you > below. Granted,

Re: [Puppet Users] Dictating class evaluation order

2015-07-19 Thread Andrew Langhorn
, Jul 19, 2015 at 7:07 AM, Andrew Langhorn < > andrew.langh...@digital.cabinet-office.gov.uk> wrote: > >> Hi Felix, >> >> Thanks for the reply. >> >> Yep - that snippet is representative. I've copied the full thing for you >> below. Granted, it ne

Re: [Puppet Users] Dictating class evaluation order

2015-07-20 Thread Andrew Langhorn
th > > > > > > > Thanks though - especially helpful on this list, as usual :) > > > > On 19 July 2015 at 19:54, Peter Huene > wrote: > >> > >> On Sun, Jul 19, 2015 at 7:07 AM, Andrew Langhorn > >> > wrote: > >>> >