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
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
> 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.
> >
> > -- Peter
> >
> >> On Nov 17, 2015, at 9:57 AM, Matt Shields wrote:
> &g
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
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 wr
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 20
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
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 not
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
du
remove_default_accounts => true,
40 service_name=> 'mysql',
41 override_options=> $override_options,
42 require => [ Package['percona-release'] ],
43 }
Matt
On Thu, Mar 26, 2015 at 8:43 AM, Matt Shields wrote:
PM, Elisiano Petrini
wrote:
> Hi Matt,
> you might need to override also ::mysql::server::service_name. I don't
> know what's the service name of percona but it looks like that is not
> 'mysqld':
>
> > Error: Could not start Service[mysqld]: E
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
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 ha
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
wrote:
> Does anyone have a module or example puppet code for turning on SNMP
>> server and setting the community on a Windows 2012 server?
>>
>
> I thin
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 i
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'
/usr/lib/ruby/site_ruby/
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 U
How about turning off the puppet agent on all the machines, make the
change, then turning them back on a few at a time.
Matt
On Thu, Aug 29, 2013 at 4:50 PM, wrote:
> How do I avoid a situation where all of my Linux servers execute a service
> restart at the same time upon receiving a new conf
would 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 wrote:
> Are there any Puppet consultants in the Boston, MA area? We're looking to
> hire someone for a short-ter
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 differen
20 matches
Mail list logo