Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Josh Cooper
On Tue, Oct 16, 2012 at 4:50 PM, Michael Stahnke  wrote:
> On Tue, Oct 16, 2012 at 4:37 PM, Jakov Sosic  wrote:
>> On 10/17/2012 01:02 AM, Craig White wrote:
>>>
>>> The puppet server should probably be running on something newer than
>>> CentOS 5.x (a vm perhaps?)
>>
>>
>> Can you run 3.0 server with 2.7 clients?
> Yes.

Also 
http://docs.puppetlabs.com/guides/upgrading.html#always-upgrade-the-puppet-master-first

Josh

-- 
Josh Cooper
Developer, Puppet Labs

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Michael Stahnke
On Tue, Oct 16, 2012 at 4:37 PM, Jakov Sosic  wrote:
> On 10/17/2012 01:02 AM, Craig White wrote:
>>
>> The puppet server should probably be running on something newer than
>> CentOS 5.x (a vm perhaps?)
>
>
> Can you run 3.0 server with 2.7 clients?
Yes.

>
>
>
> --
> Jakov Sosic
> www.srce.unizg.hr
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Jakov Sosic

On 10/17/2012 01:02 AM, Craig White wrote:

The puppet server should probably be running on something newer than CentOS 5.x 
(a vm perhaps?)


Can you run 3.0 server with 2.7 clients?



--
Jakov Sosic
www.srce.unizg.hr

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Craig White

On Oct 16, 2012, at 12:15 PM, Jamie wrote:

> Is it possible to tell Puppet (and Facter for that matter)  to use a custom 
> Ruby that exists alongside the Ruby 1.8.7 that comes with CentOS 5 without 
> converting the entire host to only use the custom version?
> 
> I'm in an environment where we're stuck on CentOS 5 for some time and it's 
> ancient Ruby.  We do though have a custom packaging of Ruby 1.9 installed on 
> all machines with separate binaries, i.e. /usr/bin/my_ruby, /usr/bin/my_irb 
> that we use when we need Ruby.
> 
> 
> I'm looking for some config or startup option that says where to find Ruby.  
> So far I don't see anything in the init scripts or config options.
> 
> 
> Solutions such as linking /usr/bin/ruby to /usr/bin/my_ruby are not an option 
> but rebuilding an RPM is.

You can use solutions like rvm or rbenv to have more than one version of ruby 
installed and just tweak the startup scripts to use the non-packaged ruby form 
rvm or rbenv instead.

I am using rbenv with ubuntu and have been working to abstract the client 
systems to be happy with whatever version of ruby we employ as we are upgrading 
some of our test servers to 1.9.3.

The puppet server should probably be running on something newer than CentOS 5.x 
(a vm perhaps?)

Craig

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Jamie
Awesome!  I'll try that, thank you.


On Tuesday, October 16, 2012 1:27:21 PM UTC-7, Matthaus Litteken wrote:
>
> You can rebuild puppet and/or facter to use the ruby you have 
> available. It should only require modifying a couple of lines in the 
> spec file.  You'd need to modify the ruby dependencies and the 
> rubylib. 
>
> On Tue, Oct 16, 2012 at 12:15 PM, Jamie > 
> wrote: 
> > Is it possible to tell Puppet (and Facter for that matter)  to use a 
> custom 
> > Ruby that exists alongside the Ruby 1.8.7 that comes with CentOS 5 
> without 
> > converting the entire host to only use the custom version? 
> > 
> > I'm in an environment where we're stuck on CentOS 5 for some time and 
> it's 
> > ancient Ruby.  We do though have a custom packaging of Ruby 1.9 
> installed on 
> > all machines with separate binaries, i.e. /usr/bin/my_ruby, 
> /usr/bin/my_irb 
> > that we use when we need Ruby. 
> > 
> > 
> > I'm looking for some config or startup option that says where to find 
> Ruby. 
> > So far I don't see anything in the init scripts or config options. 
> > 
> > 
> > Solutions such as linking /usr/bin/ruby to /usr/bin/my_ruby are not an 
> > option but rebuilding an RPM is. 
> > 
> > Thanks! 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Puppet Users" group. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msg/puppet-users/-/MdQ1apUpOxQJ. 
> > To post to this group, send email to 
> > puppet...@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> > puppet-users...@googlegroups.com . 
> > For more options, visit this group at 
> > http://groups.google.com/group/puppet-users?hl=en. 
>
>
>
> -- 
> Matthaus Owens 
> Release Manager, Puppet Labs 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/E1SHrHqtNCgJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom Ruby

2012-10-16 Thread Matthaus Owens
You can rebuild puppet and/or facter to use the ruby you have
available. It should only require modifying a couple of lines in the
spec file.  You'd need to modify the ruby dependencies and the
rubylib.

On Tue, Oct 16, 2012 at 12:15 PM, Jamie  wrote:
> Is it possible to tell Puppet (and Facter for that matter)  to use a custom
> Ruby that exists alongside the Ruby 1.8.7 that comes with CentOS 5 without
> converting the entire host to only use the custom version?
>
> I'm in an environment where we're stuck on CentOS 5 for some time and it's
> ancient Ruby.  We do though have a custom packaging of Ruby 1.9 installed on
> all machines with separate binaries, i.e. /usr/bin/my_ruby, /usr/bin/my_irb
> that we use when we need Ruby.
>
>
> I'm looking for some config or startup option that says where to find Ruby.
> So far I don't see anything in the init scripts or config options.
>
>
> Solutions such as linking /usr/bin/ruby to /usr/bin/my_ruby are not an
> option but rebuilding an RPM is.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/MdQ1apUpOxQJ.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.



-- 
Matthaus Owens
Release Manager, Puppet Labs

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread Peter Brown
Awesome!

Happy to help.

On 5 October 2012 13:03, jmadtech  wrote:
> Pure genius!  That did it Pete.
>
> Thanks so much!
>
>
> On Monday, October 1, 2012 10:03:31 PM UTC-4, Pete wrote:
>>
>> Considering the source you have seems to have a version in it already
>> have you tried it without the version number in the name?
>> as in
>> package { "sapnwrfc":
>> ensure => 'installed',
>> provider => 'gem',
>> source => "/export/admin_scripts/sapnwrfc-0.24",
>> }
>>
>> On 2 October 2012 06:51, jmadtech  wrote:
>> > The gem is there and installed.  I didn't install it by hand, so it did
>> > get
>> > installed by puppet at some point.  I'm assuming it's because the gem
>> > source
>> > file is local so it has no way to verify the file version versus the
>> > installed version.
>> >
>> >
>> > On Monday, October 1, 2012 4:42:46 PM UTC-4, Pete wrote:
>> >>
>> >> Does it actually install?
>> >> I find if package resources try to install on each run it means they
>> >> don't get installed correctly.
>> >>
>> >> On 28 September 2012 13:22, jmadtech 
>> >> wrote:
>> >> > Hey all,
>> >> >
>> >> > I'm not sure if there's a real issue or if I'm doing something
>> >> > incorrectly.
>> >> >
>> >> > I have a custom compiled gem that I'm installing via:
>> >> >
>> >> > package { "sapnwrfc-0.24":
>> >> > ensure => 'installed',
>> >> > provider => 'gem',
>> >> > source => "/export/admin_scripts/sapnwrfc-0.24",
>> >> > }
>> >> >
>> >> > On first run, it installs correctly.  A 'gem list' shows it as:
>> >> >
>> >> > sapnwrfc (0.24 x86_64-linux)
>> >> >
>> >> > However, every subsequent checkin with the master results in:
>> >> >
>> >> > Thu Sep 27 20:07:34 -0700 2012 Puppet (notice): Starting Puppet
>> >> > client
>> >> > version 2.7.19
>> >> > Thu Sep 27 20:07:49 -0700 2012
>> >> > /Stage[main]/my_app/Package[sapnwrfc-0.24]/ensure (notice): created
>> >> > Thu Sep 27 20:07:53 -0700 2012 Puppet (notice): Finished catalog run
>> >> > in
>> >> > 12.90 seconds
>> >> >
>> >> > I've tried changing the ensure from 'installed' to '0.24', '0.24
>> >> > x86_64-linux', etc. to no avail... it keeps registering a change.
>> >> >
>> >> > what am I doing wrong?
>> >> >
>> >> > Thanks in advance!
>> >> >
>> >> > --
>> >> > You received this message because you are subscribed to the Google
>> >> > Groups
>> >> > "Puppet Users" group.
>> >> > To view this discussion on the web visit
>> >> > https://groups.google.com/d/msg/puppet-users/-/I_o9G1NySfUJ.
>> >> > To post to this group, send email to puppet...@googlegroups.com.
>> >> > To unsubscribe from this group, send email to
>> >> > puppet-users...@googlegroups.com.
>> >> > For more options, visit this group at
>> >> > http://groups.google.com/group/puppet-users?hl=en.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Puppet Users" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msg/puppet-users/-/2-aZE0n23ewJ.
>> >
>> > To post to this group, send email to puppet...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > puppet-users...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/puppet-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/jqqn9qug6voJ.
>
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-04 Thread jmadtech
Pure genius!  That did it Pete.

Thanks so much!

On Monday, October 1, 2012 10:03:31 PM UTC-4, Pete wrote:
>
> Considering the source you have seems to have a version in it already 
> have you tried it without the version number in the name? 
> as in 
> package { "sapnwrfc": 
> ensure => 'installed', 
> provider => 'gem', 
> source => "/export/admin_scripts/sapnwrfc-0.24", 
> } 
>
> On 2 October 2012 06:51, jmadtech > 
> wrote: 
> > The gem is there and installed.  I didn't install it by hand, so it did 
> get 
> > installed by puppet at some point.  I'm assuming it's because the gem 
> source 
> > file is local so it has no way to verify the file version versus the 
> > installed version. 
> > 
> > 
> > On Monday, October 1, 2012 4:42:46 PM UTC-4, Pete wrote: 
> >> 
> >> Does it actually install? 
> >> I find if package resources try to install on each run it means they 
> >> don't get installed correctly. 
> >> 
> >> On 28 September 2012 13:22, jmadtech  
> wrote: 
> >> > Hey all, 
> >> > 
> >> > I'm not sure if there's a real issue or if I'm doing something 
> >> > incorrectly. 
> >> > 
> >> > I have a custom compiled gem that I'm installing via: 
> >> > 
> >> > package { "sapnwrfc-0.24": 
> >> > ensure => 'installed', 
> >> > provider => 'gem', 
> >> > source => "/export/admin_scripts/sapnwrfc-0.24", 
> >> > } 
> >> > 
> >> > On first run, it installs correctly.  A 'gem list' shows it as: 
> >> > 
> >> > sapnwrfc (0.24 x86_64-linux) 
> >> > 
> >> > However, every subsequent checkin with the master results in: 
> >> > 
> >> > Thu Sep 27 20:07:34 -0700 2012 Puppet (notice): Starting Puppet 
> client 
> >> > version 2.7.19 
> >> > Thu Sep 27 20:07:49 -0700 2012 
> >> > /Stage[main]/my_app/Package[sapnwrfc-0.24]/ensure (notice): created 
> >> > Thu Sep 27 20:07:53 -0700 2012 Puppet (notice): Finished catalog run 
> in 
> >> > 12.90 seconds 
> >> > 
> >> > I've tried changing the ensure from 'installed' to '0.24', '0.24 
> >> > x86_64-linux', etc. to no avail... it keeps registering a change. 
> >> > 
> >> > what am I doing wrong? 
> >> > 
> >> > Thanks in advance! 
> >> > 
> >> > -- 
> >> > You received this message because you are subscribed to the Google 
> >> > Groups 
> >> > "Puppet Users" group. 
> >> > To view this discussion on the web visit 
> >> > https://groups.google.com/d/msg/puppet-users/-/I_o9G1NySfUJ. 
> >> > To post to this group, send email to puppet...@googlegroups.com. 
> >> > To unsubscribe from this group, send email to 
> >> > puppet-users...@googlegroups.com. 
> >> > For more options, visit this group at 
> >> > http://groups.google.com/group/puppet-users?hl=en. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Puppet Users" group. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msg/puppet-users/-/2-aZE0n23ewJ. 
> > 
> > To post to this group, send email to 
> > puppet...@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> > puppet-users...@googlegroups.com . 
> > For more options, visit this group at 
> > http://groups.google.com/group/puppet-users?hl=en. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/jqqn9qug6voJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-02 Thread Peter Brown
Considering the source you have seems to have a version in it already
have you tried it without the version number in the name?
as in
package { "sapnwrfc":
ensure => 'installed',
provider => 'gem',
source => "/export/admin_scripts/sapnwrfc-0.24",
}

On 2 October 2012 06:51, jmadtech  wrote:
> The gem is there and installed.  I didn't install it by hand, so it did get
> installed by puppet at some point.  I'm assuming it's because the gem source
> file is local so it has no way to verify the file version versus the
> installed version.
>
>
> On Monday, October 1, 2012 4:42:46 PM UTC-4, Pete wrote:
>>
>> Does it actually install?
>> I find if package resources try to install on each run it means they
>> don't get installed correctly.
>>
>> On 28 September 2012 13:22, jmadtech  wrote:
>> > Hey all,
>> >
>> > I'm not sure if there's a real issue or if I'm doing something
>> > incorrectly.
>> >
>> > I have a custom compiled gem that I'm installing via:
>> >
>> > package { "sapnwrfc-0.24":
>> > ensure => 'installed',
>> > provider => 'gem',
>> > source => "/export/admin_scripts/sapnwrfc-0.24",
>> > }
>> >
>> > On first run, it installs correctly.  A 'gem list' shows it as:
>> >
>> > sapnwrfc (0.24 x86_64-linux)
>> >
>> > However, every subsequent checkin with the master results in:
>> >
>> > Thu Sep 27 20:07:34 -0700 2012 Puppet (notice): Starting Puppet client
>> > version 2.7.19
>> > Thu Sep 27 20:07:49 -0700 2012
>> > /Stage[main]/my_app/Package[sapnwrfc-0.24]/ensure (notice): created
>> > Thu Sep 27 20:07:53 -0700 2012 Puppet (notice): Finished catalog run in
>> > 12.90 seconds
>> >
>> > I've tried changing the ensure from 'installed' to '0.24', '0.24
>> > x86_64-linux', etc. to no avail... it keeps registering a change.
>> >
>> > what am I doing wrong?
>> >
>> > Thanks in advance!
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "Puppet Users" group.
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msg/puppet-users/-/I_o9G1NySfUJ.
>> > To post to this group, send email to puppet...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > puppet-users...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/puppet-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/2-aZE0n23ewJ.
>
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread jmadtech
The gem is there and installed.  I didn't install it by hand, so it did get 
installed by puppet at some point.  I'm assuming it's because the gem 
source file is local so it has no way to verify the file version versus the 
installed version.

On Monday, October 1, 2012 4:42:46 PM UTC-4, Pete wrote:
>
> Does it actually install? 
> I find if package resources try to install on each run it means they 
> don't get installed correctly. 
>
> On 28 September 2012 13:22, jmadtech 
> > 
> wrote: 
> > Hey all, 
> > 
> > I'm not sure if there's a real issue or if I'm doing something 
> incorrectly. 
> > 
> > I have a custom compiled gem that I'm installing via: 
> > 
> > package { "sapnwrfc-0.24": 
> > ensure => 'installed', 
> > provider => 'gem', 
> > source => "/export/admin_scripts/sapnwrfc-0.24", 
> > } 
> > 
> > On first run, it installs correctly.  A 'gem list' shows it as: 
> > 
> > sapnwrfc (0.24 x86_64-linux) 
> > 
> > However, every subsequent checkin with the master results in: 
> > 
> > Thu Sep 27 20:07:34 -0700 2012 Puppet (notice): Starting Puppet client 
> > version 2.7.19 
> > Thu Sep 27 20:07:49 -0700 2012 
> > /Stage[main]/my_app/Package[sapnwrfc-0.24]/ensure (notice): created 
> > Thu Sep 27 20:07:53 -0700 2012 Puppet (notice): Finished catalog run in 
> > 12.90 seconds 
> > 
> > I've tried changing the ensure from 'installed' to '0.24', '0.24 
> > x86_64-linux', etc. to no avail... it keeps registering a change. 
> > 
> > what am I doing wrong? 
> > 
> > Thanks in advance! 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups 
> > "Puppet Users" group. 
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msg/puppet-users/-/I_o9G1NySfUJ. 
> > To post to this group, send email to 
> > puppet...@googlegroups.com. 
>
> > To unsubscribe from this group, send email to 
> > puppet-users...@googlegroups.com . 
> > For more options, visit this group at 
> > http://groups.google.com/group/puppet-users?hl=en. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/2-aZE0n23ewJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Custom ruby gem continuously updates

2012-10-01 Thread Peter Brown
Does it actually install?
I find if package resources try to install on each run it means they
don't get installed correctly.

On 28 September 2012 13:22, jmadtech  wrote:
> Hey all,
>
> I'm not sure if there's a real issue or if I'm doing something incorrectly.
>
> I have a custom compiled gem that I'm installing via:
>
> package { "sapnwrfc-0.24":
> ensure => 'installed',
> provider => 'gem',
> source => "/export/admin_scripts/sapnwrfc-0.24",
> }
>
> On first run, it installs correctly.  A 'gem list' shows it as:
>
> sapnwrfc (0.24 x86_64-linux)
>
> However, every subsequent checkin with the master results in:
>
> Thu Sep 27 20:07:34 -0700 2012 Puppet (notice): Starting Puppet client
> version 2.7.19
> Thu Sep 27 20:07:49 -0700 2012
> /Stage[main]/my_app/Package[sapnwrfc-0.24]/ensure (notice): created
> Thu Sep 27 20:07:53 -0700 2012 Puppet (notice): Finished catalog run in
> 12.90 seconds
>
> I've tried changing the ensure from 'installed' to '0.24', '0.24
> x86_64-linux', etc. to no avail... it keeps registering a change.
>
> what am I doing wrong?
>
> Thanks in advance!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/puppet-users/-/I_o9G1NySfUJ.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.