[Puppet Users] Re: hiera + module init.pp interaction

2015-02-25 Thread Drew
('my_hiera_data') At least I do explicit calls to hiera so that there is no question as to where the value of the variable comes from, but you may do it differently. I hope this answers your question. Drew On Wednesday, February 25, 2015 at 4:09:34 PM UTC-5, justin parker wrote: Hello everyone

[Puppet Users] Profile Design Question

2015-02-25 Thread Drew
profiles. I don't want to make this needlessly complex if I don't have to, so if someone else has any suggestions I would appreciate it. Thanks, Drew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving

Re: [Puppet Users] Vagrant Puppetmaster Cert

2015-01-12 Thread Drew
. HTH, Felix On 01/08/2015 08:28 PM, Drew wrote: Yep, that's exactly what I'm saying. Like I said, it's weird. Maybe something with the time? Thanks! On Tuesday, January 6, 2015 6:21:14 PM UTC-5, Felix.Frank wrote: Hi, so are you saying that after SSL breaks, you can fix

Re: [Puppet Users] defined types question

2015-01-12 Thread Drew
Damn! That was it. Removed my include and it works exactly like it should. On Sunday, January 11, 2015 at 6:46:20 PM UTC-5, Felix.Frank wrote: On 01/10/2015 02:39 PM, Christopher Wood wrote: On Fri, Jan 09, 2015 at 01:51:28PM -0800, Drew wrote: I'm fooling around with some defined

Re: [Puppet Users] defined types question

2015-01-12 Thread Drew
Thanks, Felix. On Monday, January 12, 2015 at 7:57:05 AM UTC-5, Drew wrote: Damn! That was it. Removed my include and it works exactly like it should. On Sunday, January 11, 2015 at 6:46:20 PM UTC-5, Felix.Frank wrote: On 01/10/2015 02:39 PM, Christopher Wood wrote: On Fri, Jan 09

Re: [Puppet Users] defined types question

2015-01-11 Thread Drew
. On Saturday, January 10, 2015 at 8:39:13 AM UTC-5, Christopher Wood wrote: On Fri, Jan 09, 2015 at 01:51:28PM -0800, Drew wrote: I'm fooling around with some defined types and am struggling a little. The following is just a small example of what I'm doing while I work

[Puppet Users] defined types question

2015-01-09 Thread Drew
I'm fooling around with some defined types and am struggling a little. The following is just a small example of what I'm doing while I work it out: #/etc/puppet/modules/testmodule/manifests/init.pp define testmodule ( $message ){ testmodule::down { ${name}: message = test message for

[Puppet Users] defined types question

2015-01-09 Thread Drew
I'm fooling around with some defined types and am struggling a little. The following is just a small example of what I'm doing while I work it out: #/etc/puppet/modules/testmodule/manifests/init.pp define testmodule ( $message ){ testmodule::down { ${name}: message = test message for

Re: [Puppet Users] Vagrant Puppetmaster Cert

2015-01-08 Thread Drew
Yep, that's exactly what I'm saying. Like I said, it's weird. Maybe something with the time? Thanks! On Tuesday, January 6, 2015 6:21:14 PM UTC-5, Felix.Frank wrote: Hi, so are you saying that after SSL breaks, you can fix it by restarting the service? On 01/02/2015 08:39 PM, Drew

Re: [Puppet Users] Default Catalog Store for Puppet 3??

2015-01-05 Thread Drew Decker
PuppetDB that I wouldn't be overwriting or destroying anything. Thanks! Drew On Sunday, January 4, 2015 10:26:38 AM UTC-6, Felix.Frank wrote: Hi, well, do you currently have storeconfigs=true in the master's puppet.conf? Otherwise, you are not storing things yet (and cannot use exported

[Puppet Users] Vagrant Puppetmaster Cert

2015-01-02 Thread Drew
Hey, I hope someone here can point me in the right direction. I've been struggling with this for a few days and I can't seem to figure out what the issue is. It's really strange. I have a vagrant configuration that spins up a puppetmaster and a target machine that runs the agent. When I

[Puppet Users] Default Catalog Store for Puppet 3??

2015-01-02 Thread Drew Decker
. Also - if you have any questions, please feel free to let me know and I'll try to explain. Thanks! Drew -- 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

Re: [Puppet Users] hiera and puppet variables

2014-12-09 Thread Drew
, Felix. Drew On Tuesday, December 9, 2014 7:45:16 AM UTC-5, Felix.Frank wrote: Hi, I think you have constructed the rare manifest order issue. For sanity's sake, I shall only quote the variable assignments. On 12/08/2014 05:57 PM, Drew wrote: $javapkg = hiera('java_package

[Puppet Users] hiera and puppet variables

2014-12-08 Thread Drew
Hey, I hope someone here can point me in the right direction. Maybe I'm doing something wrong here, but I'm having trouble getting it resolved. I have a java rpm that I want to relocate under a different directory, for various reasons. Not something all that uncommon. I'd like to use puppet

[Puppet Users] F5 module refuses to apply resources

2014-06-24 Thread Drew Blessing
I am running the latest version of the PuppetLabs F5 module and also running latest version 11 on the F5s. I can successfully retrieve resources from the F5 via `puppet resource f5_user`, etc. However, when I run puppet and try to apply F5 resources I see the following output: Debug:

Re: [Puppet Users] Re: Service[foo] fails under --noop if its package has never been installed

2014-04-04 Thread Drew Raines
can't then I'll work around it. Thanks both for your response! Drew -- 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

[Puppet Users] Service[foo] fails under --noop if its package has never been installed

2014-04-02 Thread Drew Raines
. I'm relatively new to Puppet. Is --noop not universally useful for dry runs? If it is, how can I work around this issue? Thanks! Drew -- 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

Re: [Puppet Users] Re: Share data between classes/modules, best practices

2013-08-30 Thread Drew Blessing
On Tuesday, August 27, 2013 7:26:41 PM UTC-5, François Lafont wrote: I thought about another way with the extlookup function. --- snmp: community: extvalue_community monitoring: community: extvalue_community And in a common.csv file: extvalue_community,abcd1234 Then:

Re: [Puppet Users] New to hiera

2013-05-05 Thread Drew Michel
or datacenter. This could be powerful if you wanted to test some new JVM settings on just one server in production or an entire datacenter. You can use any facter fact you want to define your hierarchy. :hierarchy: - %{fqdn} - env/%{env}/common - datacenter/%{datacenter} - common Drew

[Puppet Users] Re: How to refer to common variables across multiple modules?

2013-05-05 Thread Drew Michel
I've found that using Hiera for this type of problem work's really well. Hiera is integrated into Puppet 3.0+ https://github.com/puppetlabs/hiera Drew On Thursday, May 2, 2013 4:54:47 PM UTC-4, rogerl...@gmail.com wrote: We need to refer to common variables across multiple modules

[Puppet Users] Passenger failing sporadically

2013-04-22 Thread Drew Blessing
We're having a very strange issue with Puppet running on Passenger. Every day or 2, our clients start receiving Passenger back traces. It's the generic Ruby (Rack) application could not be started. My initial thought was that this is a resource/configuration problem. Maybe we're overrunning

[Puppet Users] Re: Puppet client not auto updating

2013-04-07 Thread Drew Blessing
Sy, Welcome to Puppet. Hopefully we can help you get going so you can experiment further. First, what version of Puppet are you running? I'm guessing by your commands that it's definitely prior to version 3. I recommend updating to Puppet 3 before going further, especially since you're

[Puppet Users] Could not find declared class - running puppet standalone

2013-03-07 Thread Drew Sheneman
I am fairly new to Puppet, and am taking a script initially working with a Vagrant setup and trying to run it standalone. I am simply declaring the class for the module mysql in the script: class { 'mysql': } and when I try to run 'puppet apply' I get: Puppet::Parser::AST::Resource

[Puppet Users] Re: Environment supersets using Hiera

2013-02-23 Thread Drew Michel
Would you be able to do something like this... :hierarchy: - %{fqdn} - %{environment}/settings (environment specific settings) - common On Friday, February 22, 2013 9:11:08 AM UTC-5, Alexander Fortin wrote: Hi folks, I'm using Puppet 3.0.1 and hiera 1.1.1, and this is my

Re: [Puppet Users] Stomp connector deprecated ?

2013-02-18 Thread Drew Blessing
On Monday, February 18, 2013 12:21:11 AM UTC-6, John Warburton wrote: Is this mcollective version 3.x or 2.3.x? Deprecation warning occurs in 2.3. Complete removal will occur in the 3.x production branch. So you should be good to continue using it for a few months to come, but

Re: [Puppet Users] Getting dangerous with hiera

2013-02-12 Thread Drew Blessing
Ellison is right, it really doesn't make much sense to create one resource with create_resources. In fact, I'm not even sure it will work with classes because I've never tried it. However, it works great for defined types. I think I understand what you're trying to do so let me give an

[Puppet Users] yum updates that exclude puppet managed packages

2013-01-31 Thread Drew Gulino
Something I came up with to allow me to upgrade my CentOS machines w/out overriding my Puppet definitions: http://technicalmusings.blogspot.com/2013/01/yum-update-that-excludes-puppet-managed.html -- You received this message because you are subscribed to the Google Groups Puppet Users group.

[Puppet Users] Recommendations for devlopment of a new provider

2013-01-15 Thread Drew Fisher
I'm working on a new provider for puppet 3.x and Solaris 11's dladm command. One of the subcommands is set-linkprop which is used to set various properties for networking links. The problem is there are dozens and dozens of properties that can be set depending on the type of link (physical

[Puppet Users] Re: Not able to install puppet enterprise onn agent node using install command.

2012-12-26 Thread Drew Michel
to convert the putty private key to a format it can understand Drew On Monday, December 24, 2012 5:19:17 AM UTC-5, lalit jangra wrote: Hi, I have created an agent node from a master node using below command. puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type ti.micro

[Puppet Users] Re: how to use vcsrepo?¿

2012-12-06 Thread Drew Blessing
Hi Fran, There's a couple of things you can try. First, make sure you have the module in your modules directory. I'm fairly sure you have this step done but just in case. Then, since vcsrepo uses plugins to accomplish it's tasks you need to ensure that the plugins are on both the puppet

[Puppet Users] Re: question with puppet

2012-11-13 Thread Drew Michel
You can read all about the puppet file server here. http://docs.puppetlabs.com/guides/file_serving.html On Wednesday, November 7, 2012 11:54:36 AM UTC-5, bobby38 wrote: I have added a new folder to my /modules/backup called files /modules/backup/files i have verified the new files folder

[Puppet Users] Re: 400 permission denied error

2012-11-13 Thread Drew Michel
Is /etc/puppet/auth.conf owned by the puppet process? You could also try setting it as world readable. And make sure in your puppet.conf under the agent stanza, the server block is set to the domain name of the puppet master. You should be able to telnet to it on port 8140. [agent]

Re: [Puppet Users] Re: Passing http_proxy_host option

2012-10-02 Thread drew khoury
, 2012 11:40:42 PM UTC-5, drew khoury wrote: May have spoken too soon. If I set the env variable, and I'm manually logged, then I run puppet all is good. I'm still not clear on how I set the env variable when puppet is invoked from Vagrant (this might end up being a question for Vagrant

[Puppet Users] Passing http_proxy_host option

2012-09-30 Thread drew khoury
for more info https://groups.google.com/forum/?fromgroups=#!topic/vagrant-up/IW97AZbxdVc ) although I eventually realised I couldn't even do this through puppet so I'm keen on trying to solve both issues. Thanks, Drew. -- You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: Passing http_proxy_host option

2012-09-30 Thread drew khoury
puppetlabs-release/squeeze uptodate 1.0-5 On Monday, October 1, 2012 10:18:25 AM UTC+10, drew khoury wrote: Hi, I've been trying to pass the http_proxy_host option to puppet but it's not taking. I have tried the following: sudo puppet apply --debug --verbose --http_proxy_host http

Re: [Puppet Users] Re: Passing http_proxy_host option

2012-09-30 Thread drew khoury
at 5:36 PM, drew khoury drew@gmail.comjavascript: wrote: Also I tried upgrading puppet and got the same results. vagrant@vagrant-debian-squeeze:/tmp/vagrant-puppet/manifests$ sudo apt-show-versions | grep puppet facter/squeeze uptodate 1.6.12-1puppetlabs2 puppet/squeeze uptodate 2.7.19

Re: [Puppet Users] Re: Passing http_proxy_host option

2012-09-30 Thread drew khoury
... - doing a straight export http_proxy=... (in my bash script) as well as... - adding to /home/vagrant/.bashrc This way puppet gets the proxy at runtime if I log in as vagrant I get proxy too. Thanks for pointing me in the right direction! On Monday, October 1, 2012 12:15:23 PM UTC+10, drew

Re: [Puppet Users] Re: Passing http_proxy_host option

2012-09-30 Thread drew khoury
Puppet. On Monday, October 1, 2012 12:30:35 PM UTC+10, drew khoury wrote: Looks like I was able to get it to work by executing the export command through a bash script, initiated via puppets exec logic in my puppet manifest. Not the most elegant solution but good enough to get me working. I

[Puppet Users] Could not find class drew error message when trying to load module

2012-09-23 Thread drew khoury
a default vagrant setup which obviously has pupet installed. My folder looks like this: vdrew -- manifests -- default.pp -- modules -- drew -- manifests -- init.php -- .vagrant -- Vagrantfile default.pp

[Puppet Users] Puppet Error - Munge - Conf File

2012-04-09 Thread Drew Buschhorn
some pointers, I'd appreciate it. Drew - [root@puppet puppet]# /etc/init.d/puppetmaster start Starting puppetmaster: /usr/lib/ruby/site_ruby/1.8/puppet/util/settings/boolean_setting.rb:27:in `munge': Invalid value 'yes' for listen (ArgumentError) from /usr/lib

[Puppet Users] Puppet / Facter plugin issue

2012-03-08 Thread Drew
and if so, where to? Any pointers gratefully appreciated! Cheers, Drew -- You received this message because you are subscribed to the Google Groups Puppet Users group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users

[Puppet Users] Cert

2009-05-19 Thread Drew Morone
configuration option err: Could not retrieve catalog: Certificates were not trusted: certificate verify failed I've checked the time on both servers. they are the same. I've checked the cert on both servers w/ openssl verify. they are good. Any ideas? Drew