Re: [Puppet Users] Free cloud for puppet

2016-08-23 Thread Matthew Schmitt
Good place to start learning about how to deploy is here - https://docs.puppet.com/puppet/latest/reference/ <https://docs.puppet.com/puppet/latest/reference/> You can deploy puppet into many different types of environments and infrastructure. Regards, Matthew Schmitt > On Aug 23, 2

Re: [Puppet Users] Exported resource collection timing out

2015-05-27 Thread Matthew Schmitt
In the past, I’ve added a time to my puppet agent run and then adjusted this setting in puppet.conf - configtimeout I believe the default is 2 minutes, so if your collection is taking longer, you’ll hit the timeout error. Matt On May 27, 2015, at 9:17 AM, Huaqing Zheng huas...@gmail.com

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

2014-08-29 Thread Matthew Schmitt
Opensource puppet-server doesn't come with a packaged dashboard. Opensource Puppetdashboard is installed separately. Matt On Aug 29, 2014, at 12:40 PM, Spriya supriya.uppalap...@gmail.com wrote: Then how can we see the puppet dashboard if we dont need a database server On Friday, August

Re: [Puppet Users] Managing multiple hosts in a single service

2014-08-14 Thread Matthew Schmitt
Using puppetdbquery (https://github.com/dalen/puppet-puppetdbquery), you could do something like this in your manifests - $hosts = query_nodes('Class[memcached]', hostname) And then loop through this in your template - % @hosts.sort.each do |host| -%%= host %:%= @memcached_port % % end -%

Re: [Puppet Users] Reg : War deployment with Puppet

2014-01-30 Thread Matthew Schmitt
We package the war into a RPM and then use an exec statement to extract the war. Matt On Jan 30, 2014, at 3:50 AM, PaulC paul.can...@gmail.com wrote: Must admit i would be interested in seeing what other peoples approaches has been for this, we have been thinking about going down the route

[Puppet Users] Help with defined type

2013-06-06 Thread Matthew Schmitt
I'm trying to create config files from an array of hostnames, specifically from the param 'stor_host' - My Hiera data - s_storage::params::storage_partition: 1: storage_vip: '' num_shards: 1 storage_db: hsqlstor01 replagent_host: '' replagent_metrics_port: ''

Re: [Puppet Users] example42 mcollective - setting version produces an error

2013-04-10 Thread Matthew Schmitt
Pretty sure you could use use 'version' in both your node declaration or in hiera. Matt On Apr 10, 2013, at 1:48 PM, Larry Fast lfast1...@gmail.com wrote: I'm guessing that the problem is in example42/mcollective/manifests/init.pp... class mcollective ( $install_dependencies =