[Puppet Users] Use bolt with existing Puppet manifests

2018-12-06 Thread Matt Shields
I have an existing Puppet open-source install that I use to manage our infrastructure. One of our clients is going to be purchasing our SAAS for use in their own datacenter and they are setting up a temporary VPN for us to connect to a group of servers to setup, then they'll be terminating the

[Puppet Users] Puppetlabs/mysql forge module - user accounts

2015-11-25 Thread Matt Shields
I'm using the Puppetlabs/mysql forge module and I have it creating a db and adding a few users. Is there a way to automatically remove any accounts that are not defined in my puppet script? For example, if an admin manually created a user? -matt -- You received this message because you are

Re: [Puppet Users] Regex and Hyphen in node definitions

2015-11-17 Thread Matt Shields
I'm running Puppet 3.7.4-1 On Monday, November 16, 2015 at 10:50:00 PM UTC-5, Henrik Lindberg wrote: > > On 2015-16-11 13:44, Matt Shields wrote: > > I'm having an issue with trying to use regex with hostnames that have a > > hyphen in their name. How can I get this to wo

Re: [Puppet Users] Regex and Hyphen in node definitions

2015-11-17 Thread Matt Shields
s@googlegroups.com> > > Sent: Tuesday, November 17, 2015 4:01:38 PM > > Subject: Re: [Puppet Users] Regex and Hyphen in node definitions > > > Is consider removing the ^ and $ anchors. I think I you'll find it works > without > > them. > &g

Re: [Puppet Users] Regex and Hyphen in node definitions

2015-11-17 Thread Matt Shields
lient1-db001 client1-bidb001 client1-sdb001 client1-web001 Thanks Matt On Tuesday, November 17, 2015 at 10:22:03 AM UTC-5, Matt Shields wrote: > > I just updated to 3.8.4-1 and I'm still seeing the same issue > > On Tuesday, November 17, 2015 at 8:38:33 AM UTC-5, Matt Shields wrote:

Re: [Puppet Users] Regex and Hyphen in node definitions

2015-11-17 Thread Matt Shields
That didn't work. Same error (Invalid tag) On Tuesday, November 17, 2015 at 11:01:47 AM UTC-5, Peter Bukowinski wrote: > > Is consider removing the ^ and $ anchors. I think I you'll find it works > without them. > > -- Peter > > On Nov 17, 2015, at 9:57 AM, Matt Shields &

Re: [Puppet Users] Regex and Hyphen in node definitions

2015-11-17 Thread Matt Shields
I just updated to 3.8.4-1 and I'm still seeing the same issue On Tuesday, November 17, 2015 at 8:38:33 AM UTC-5, Matt Shields wrote: > > I'm running Puppet 3.7.4-1 > > On Monday, November 16, 2015 at 10:50:00 PM UTC-5, Henrik Lindberg wrote: >> >> On 2015-16-11 1

[Puppet Users] Regex and Hyphen in node definitions

2015-11-16 Thread Matt Shields
I'm having an issue with trying to use regex with hostnames that have a hyphen in their name. How can I get this to work? node /^(.*)-(db00)(.*)$/ { include role::db } [root@ops-db001 ~]# puppet agent -t Info: Retrieving pluginfacts Info: Retrieving plugin Info: Loading facts Error: Could

[Puppet Users] Reusable function/class code

2015-10-15 Thread Matt Shields
I need to do the same process over and over again for numerous users. What would be the easy way to create a class or function to wrap the following code so that each time I need to do the following it's a single line of code. Currently what' I've been doing is copying the 35 lines of code and

Re: [Puppet Users] Re: Puppetlabs-mysql with Percona

2015-03-26 Thread Matt Shields
, Mar 26, 2015 at 8:43 AM, Matt Shields m...@mattshields.org wrote: I've tried setting the service_name to mysql in the class definition since Percona calls the service mysql instead of mysqld, but I'm still getting errors. Looks like it's now trying to start Percona/mysql but getting errors

Re: [Puppet Users] Re: Puppetlabs-mysql with Percona

2015-03-26 Thread Matt Shields
]: Execution of '/sbin/service mysqld start' returned 1: mysqld: unrecognized service Best Regards, Elisiano Petrini On Tuesday, March 24, 2015 at 8:27:37 AM UTC-4, Matt Shields wrote: Does anyone have an example of provisioning Percona MySQL using the puppetlabs-mysql module? Here's my puppet

[Puppet Users] Puppetlabs-mysql with Percona

2015-03-24 Thread Matt Shields
Does anyone have an example of provisioning Percona MySQL using the puppetlabs-mysql module? Here's my puppet code: 15 package { 'percona-release': 16 ensure = present, 17 source = ' http://www.percona.com/downloads/percona-release/redhat/0.1-3/percona-release-0.1-3.noarch.rpm

[Puppet Users] Order preference for defines

2014-08-27 Thread Matt Shields
I'm running Puppet 3.4.3 and was wondering is there a way to call the defines below in the order they're written. The problem I'm having is while using Opentable/IIS forge module, I want to delete the Default Web Site which is running on port 80, then create a new site which runs on 80. What

Re: [Puppet Users] Re: Puppet module for Windows 2012 SNMP Service

2014-07-23 Thread Matt Shields
Hmm, ok. Guess it's time to figure out how WinRM works and if Puppet can configure it. Matt On Wed, Jul 23, 2014 at 5:22 AM, Paul Tötterman paul.totter...@gmail.com wrote: Does anyone have a module or example puppet code for turning on SNMP server and setting the community on a Windows 2012

[Puppet Users] Puppet module for Windows 2012 SNMP Service

2014-07-18 Thread Matt Shields
Does anyone have a module or example puppet code for turning on SNMP server and setting the community on a Windows 2012 server? Matt -- 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

[Puppet Users] Problem starting Apache/Passenger/Puppetmaster

2014-04-10 Thread Matt Shields
I'm not sure what happened but my Passenger virtual host for the puppet master has stopped working last week. It's running on Amazon Linux (CentOS) I'm getting the following error. Error page: exit (SystemExit) /usr/lib/ruby/site_ruby/1.8/puppet/util.rb:493:in `exit'

[Puppet Users] Puppet Dashboard Radiator view thru iframe

2013-10-14 Thread Matt Shields
Is it possible to create an iframe in an html page and display the Radiator view in the Puppet Dashboard? For some reason all my other NOC iframe's are displaying with the exception of the Radiator view Matt -- You received this message because you are subscribed to the Google Groups Puppet

[Puppet Users] Re: Looking for Puppet consultant in Boston, MA area

2010-05-25 Thread Matt Shields
be great - experience packaging RPM's a plus - experience using Puppet in the Amazon Cloud also a plus -matt On Fri, May 21, 2010 at 10:47 AM, Matt Shields m...@mattshields.org wrote: Are there any Puppet consultants in the Boston, MA area? We're looking to hire someone for a short-term

[Puppet Users] Looking for Puppet consultant in Boston, MA area

2010-05-21 Thread Matt Shields
Are there any Puppet consultants in the Boston, MA area? We're looking to hire someone for a short-term contract to convert our existing network. Basic stats: - All servers to be converted are CentOS 5 - about 300 servers (real and vm) - about 25-30 unique server types (web, db, etc) - 4