[Puppet Users] Re: PE Licensing

2015-07-01 Thread Tom Tucker
Disregard...PuppetLabs support confirms it is a violation of the 10 node trial. On Wed, Jul 1, 2015 at 2:06 PM, Tom Tucker wrote: > Is it true you can run PE and exceed the 10-node limit without purchasing > appropriate licenses from a business perspective? The only down side > appa

[Puppet Users] PE Licensing

2015-07-01 Thread Tom Tucker
Is it true you can run PE and exceed the 10-node limit without purchasing appropriate licenses from a business perspective? The only down side apparently is no support (technical or software). True? Assuming it is, what is the advantage of using the community version then? Just a faster release

Re: [Puppet Users] PuppetDB Sizing

2015-06-26 Thread Tom Tucker
ardware use is expensive may want to tune early and shrink manifests more > aggressively. > > On Thu, Jun 25, 2015 at 08:16:31PM -0400, Tom Tucker wrote: > >Assuming 2,500 Linux clients running Puppet community edition 3.8. > Any > >sizing recommendation for a Pupp

[Puppet Users] PuppetDB Sizing

2015-06-25 Thread Tom Tucker
Assuming 2,500 Linux clients running Puppet community edition 3.8. Any sizing recommendation for a PuppetDB system in regards to disk size for the DB, CPU, Memory, etc. Thank you for your time and feedback. -- You received this message because you are subscribed to the Google Groups "Puppet Us

[Puppet Users] MCollective - Restricted Access

2015-06-04 Thread Tom Tucker
Is it possible to limit which node can execute mco related commands? Ideally I would only want an admin node(s) to have this level of access. Thanks in advance, # rpm -qa | egrep 'mcol|pupp' puppetserver-1.0.8-1.el6.noarch mcollective-service-common-3.1.3-1.el6.noarch mcollective-2.8.2-1.el6.noar

[Puppet Users] MCollective - Unable to see/interact with client nodes

2015-06-02 Thread Tom Tucker
Puppet Peeps, I am tinkering with the community edition of Puppet (version info below) with MCollective. In my environment I want to test basic MCollective functionality without the SSL overhead. Everything looks fine in the logs, but when I run ‘mco ping’ from either the client or server I o

[Puppet Users] Filebucket

2014-10-29 Thread Tom Tucker
Hello. I have a file bucket question. I believe I have file bucket configured correctly. I am able to backup a change file and restore it My question is how do get a list of files for a particular host or revisions for a particular file. Thanks Info: /Stage[main]/Sudo/File[/etc/sudoers]: File

[Puppet Users] Re: Calling external modules

2014-10-03 Thread Tom Tucker
Disregard... In my app_tier::class_A file I needed to define the "class::module". #cat class_A.pp class app_tier::class_A { On Fri, Oct 3, 2014 at 1:06 PM, Tom Tucker wrote: > > I am trying to call another class that is not located in the current > working directory.

[Puppet Users] Calling external modules

2014-10-03 Thread Tom Tucker
I am trying to call another class that is not located in the current working directory. What is the correct way of doing this? $mypath/modules/web_app/init.pp if $hostname =~ /^some_www_regex$/ { include some_class_A include some_class_B include app_tier::class_A # Doesn't work...

[Puppet Users] Git Repo Strategy

2014-09-30 Thread Tom Tucker
I just got back from PuppetConf last week and several presenters mentioned using more than one Git repo with Puppet. Some even recommend having a repo per module. For our initial Puppet deployment this seems a bit excessive. My plan was to have three repos for each of our environments (Dev, QA a

[Puppet Users] Based way to exclude systems?

2014-09-24 Thread Tom Tucker
I would like to use a profile that would be applied against all Linux based systems to ensure they have an appropriate /etc/ntp.conf based on their data center location as defined by Hiera. My question is how do I deploy this client based ntp.conf to all Linux systems, but also ensure my four Linu

[Puppet Users] Re: PE 3.3 - Could not find class

2014-08-10 Thread Tom Tucker
Thanks, Chris. It was a typo with the "manifests" name. On Sunday, August 10, 2014 4:14:47 PM UTC-4, Tom Tucker wrote: > > > I've been chasing this for a few hours. I created my own user management > module and Puppet can't find it. I must be overlooking so

[Puppet Users] Re: PE 3.3 - Could not find class

2014-08-10 Thread Tom Tucker
resource 'serial': 'File[/var/lib/peadmin/.puppet/ssl/ca/serial]{:path=>"/var/lib/peadmin/.puppet/ssl/ca/serial", :mode=>"644", :ensure=>:file, :loglevel=>:debug, :links=>:follow, :backup=>false}' Debug: Using settings: adding file resource &

[Puppet Users] PE 3.3 - Could not find class

2014-08-10 Thread Tom Tucker
I've been chasing this for a few hours. I created my own user management module and Puppet can't find it. I must be overlooking something obvious here. Module path, ownership, permission, etc. have all been checked. Any ideas? Info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/hosti

[Puppet Users] CF3 to PE 3.3 - Hiera Question

2014-08-06 Thread Tom Tucker
I’m in the process of migrating from CFEngine 3 to PE 3.3 so please pardon me if my terminology is off. With CFEngine I could build arrays, define a hostname regex or define network segment variables to gain further control. How do you do this with Hiera? CFEngine Examples #