Re: [Puppet Users] Re: Exported resources from multiple sources?

2014-10-31 Thread Atom Powers
t; > On Thursday, October 30, 2014 11:36:32 AM UTC-5, Atom Powers wrote: >> >> Is it possible, and how, to collect exported resources from multiple >> puppetdb sources? >> >> I have a network which, for policy reasons, can not connect back into >> the

[Puppet Users] Exported resources from multiple sources?

2014-10-30 Thread Atom Powers
networks? Putting a single puppet master in the partitioned network isn't an option for the same reason that the network is a partitioned one. -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed to the G

Re: [Puppet Users] ENC vs manifest - cage match

2014-10-29 Thread Atom Powers
send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/6807bc66-e5cc-4593-b486-13cff74d6086%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Perfectio

Re: [Puppet Users] Re: Jenkins with puppet

2014-10-27 Thread Atom Powers
To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CACGLCJbUpP_xh8xqiJvh6Tv%2BLnXsky5UJQD%2BVyhgehS7FVcOgw%40mail.gma

Re: [Puppet Users] Puppet, Git, Jenkins

2014-10-22 Thread Atom Powers
ps.google.com/d/msgid/puppet-users/af00fb14-a8e5-4c54-9ceb-549302acfcc7%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed t

Re: [Puppet Users] Re: Writing modules to gracefully skip OS's they don't support

2014-10-10 Thread Atom Powers
email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed to the Google Groups "Puppet Users"

Re: [Puppet Users] About the "params" pattern

2014-09-17 Thread Atom Powers
y_module::internal ( > $var2, > $var3, > ) inherits my_module::params { > notify { "value of foo1 -> $my_module::params::foo1": } > notify { "value of foo2 -> $my_module::params::foo2": } > } > > I'm not a big fan of the ::params cla

[Puppet Users] Beaker-rspec problems using shared_examples

2014-09-12 Thread Atom Powers
; do manifest = "class { 'profiles::webserver': }" it 'should work idempotently with no errors' do apply_manifest(manifest, :catch_failures => true) apply_manifest(manifest, :catch_changes => true) end include_examples 'profiles::nginx'

Re: [Puppet Users] 'inherits' in a defined type

2014-09-03 Thread Atom Powers
For more options, visit https://groups.google.com/d/optout. > -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and

Re: [Puppet Users] Style - hiera/params/puppet/template

2014-08-31 Thread Atom Powers
.google.com/d/msgid/puppet-users/54021880.3090505%40quake.fr > <https://groups.google.com/d/msgid/puppet-users/54021880.3090505%40quake.fr?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Perfection is jus

Re: [Puppet Users] need help in setting up database server for puppet open source

2014-08-29 Thread Atom Powers
You don't need a database for open source master. If you deploy puppetdb or dashboard you will need a database for those and that is usually managed by the module, like puppetlabs-puppetdb. On Aug 29, 2014 9:02 AM, "Spriya" wrote: > Hi, > > I am new to opensource puppet. I know how to install pup

Re: [Puppet Users] Puppet, HA & Duplicate definitions

2014-08-29 Thread Atom Powers
I use something like @@apache::balancer { "myapp_${::hostname}": } On Aug 29, 2014 9:37 AM, "José Luis Ledesma" wrote: > If both nodes has to export the same resource ( same type/same title) they > cannot be collected together. > > So, if you need to collect both, change the title to make it uni

Re: [Puppet Users] Re: Announce: Facter 2.2.0

2014-08-28 Thread Atom Powers
I have been using lsbdistcodename precisely because of the confusion with version numbers in ubuntu. In my environment I can safely assume that there is no difference in the way I deploy to 14.04 vs 14.04.x. On Aug 26, 2014 1:44 PM, "Will Hopper" wrote: > Hi, Mark! > > Thanks for raising your con

Re: [Puppet Users] Challenge: who am i and what do i do

2014-08-26 Thread Atom Powers
uppet-users/16a1cb0c-ab6d-4578-a221-482a86d05130%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you

Re: [Puppet Users] Install puppetDB on already deployed environment

2014-08-17 Thread Atom Powers
pet-users/0fb35b85-6b24-47d5-a8a3-c632c0869956%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/0fb35b85-6b24-47d5-a8a3-c632c0869956%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -

[Puppet Users] Host inventory and management application?

2014-08-14 Thread Atom Powers
rs. -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr..

Re: [Puppet Users] jenkins workflow

2014-08-06 Thread Atom Powers
t; You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit >

Re: [Puppet Users] Re: How to group systems using Puppet and hiera?

2014-07-24 Thread Atom Powers
to apply that software > role as part of it's normal hierarchy. > > Is that possible? What would it envolve? > > Grant > > > On Friday, July 25, 2014 1:34:10 AM UTC+10, Atom Powers wrote: >> >> Grant, >> >> You probably want to use an ENC, which w

Re: [Puppet Users] Re: How to group systems using Puppet and hiera?

2014-07-24 Thread Atom Powers
ers/0788d35c-b315-4ae9-aca5-8018427abe87%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/0788d35c-b315-4ae9-aca5-8018427abe87%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Pe

Re: [Puppet Users] Using hiera-data for a specific node

2014-07-23 Thread Atom Powers
ls from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/9933888a-1607-4473-87f2-e47439df844a%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/9933888a-1607-44

Re: [Puppet Users] use client_data/catalog/.json for nagios check?

2014-07-22 Thread Atom Powers
-4af1-95dd-24331425d80e%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/5d8181b7-6911-4af1-95dd-24331425d80e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Perfection is just

Re: [Puppet Users] Re: Passing undef as argument to classes & defines overrides default parameter

2014-07-20 Thread Atom Powers
I think you should be able to send json to the yaml backend and it will work. I did some testing with hiera and had no problem with pure yaml, pure json, or a mix of the two. On Jul 20, 2014 6:01 PM, "Cristian Falcas" wrote: > Hi, > > I have an other question then. I can't manage to use the json

Re: [Puppet Users] Any solutions for server-side facts?

2014-06-20 Thread Atom Powers
com/d/msgid/puppet-users/CANVEBdh7Qn7Xvz425DYHSY%2Bm3DLp-p%2BxSxZaQOVVoMU3s52mNA%40mail.gmail.com > <https://groups.google.com/d/msgid/puppet-users/CANVEBdh7Qn7Xvz425DYHSY%2Bm3DLp-p%2BxSxZaQOVVoMU3s52mNA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit ht

Re: [Puppet Users] Puppet update to 3.6.1 causes Error 400 on SERVER: no 'environments' in ...

2014-05-30 Thread Atom Powers
vironments folder and have no envs. set anywhere else. Still > happens with WebRick. > > On Tuesday, May 27, 2014 1:31:34 PM UTC-2:30, Atom Powers wrote: >> >> I struggled with this for a while on Friday. >> The error doesn't occur until a few minutes after WebB

Re: [Puppet Users] Puppet update to 3.6.1 causes Error 400 on SERVER: no 'environments' in ...

2014-05-27 Thread Atom Powers
ps.google.com/d/msgid/puppet-users/CAG_x02Y8B4kDhTsRqyaEMGa2U76ZzJ7MpMKqOVi2%3DTmeEOneig%40mail.gmail.com<https://groups.google.com/d/msgid/puppet-users/CAG_x02Y8B4kDhTsRqyaEMGa2U76ZzJ7MpMKqOVi2%3DTmeEOneig%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more option

Re: [Puppet Users] Switching to directory environments

2014-05-23 Thread Atom Powers
ause you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid

Re: [Puppet Users] Re: Resource Defaults not working in 3.5.1 ?

2014-04-18 Thread Atom Powers
Thank you Andy. Turning off the future parser also fixed the problem. On Fri, Apr 18, 2014 at 10:00 AM, Andy Parker wrote: > On Friday, April 18, 2014 8:42:28 AM UTC-7, Atom Powers wrote: >> >> Since updating to 3.5.1 resource defaults don't seem to work any more. I >&

[Puppet Users] Resource Defaults not working in 3.5.1 ?

2014-04-18 Thread Atom Powers
t as the default for that resource. This worked in 3.4. --- define profile::wrapper ( $location = "/directory", $value = 1, ) { Module::Type { location => $location } module::type { 'name': setting => $value } } --- -- Perfection is just a word I use occas

[Puppet Users] Is ensure_resource() evil?

2014-03-30 Thread Atom Powers
Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@go

Re: [Puppet Users] Re: roles, profiles, and hiera

2014-03-24 Thread Atom Powers
as >> crazy for thinking calling_{class,module} were supposed to work. >> >> Looking forward to having the issue resolved. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscrib

Re: [Puppet Users] Policy-Based Autosigning

2014-03-17 Thread Atom Powers
t; To unsubscribe from this group and stop receiving emails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/5327537E.1070703%40quake.fr. > For more options, visit https://g

[Puppet Users] Versioned Deployment of Modules?

2014-03-08 Thread Atom Powers
with environments but I'm not sure what that looks like? Simple host description ENC data for host.domain.tld: role=webserver environment=production webserver.yaml classes: - base - nginx base.pp v1 include nagios base.pp v2 include pandorafms -- Perfection is just a

Re: [Puppet Users] How to group systems using Puppet and hiera?

2014-02-17 Thread Atom Powers
ps.google.com/d/msgid/puppet-users/234ab5f3-bb1e-43a8-b365-bd110e5052da%40googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- -- You received this message because you are subscribed to t

Re: [Puppet Users] Puppet module template mentioned at contributor summit

2014-02-05 Thread Atom Powers
mails from it, send an > email to puppet-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAFi_6y%2BiRQPPKk8yTLBMiHCNOsLdNFYeaPO8oTCCcuaASj6SaQ%40mail.gmail.com. > For more options, visit https://groups.google.com/gro