[Puppet Users] Re: Puppet Module Best Practice (Roles/Profiles)

2019-07-20 Thread Luke Bigum
On Friday, 19 July 2019 01:59:26 UTC+1, Lesley Kimmel wrote: > > Hi all; > > I told him if it was the right way then all the smart people working with > and developing Puppet would have put it out as the best practice. However, > I can't seem to come up with a really great scenario that will conv

[Puppet Users] Re: Puppet Module Best Practice (Roles/Profiles)

2019-07-19 Thread jcbollinger
On Thursday, July 18, 2019 at 7:59:26 PM UTC-5, Lesley Kimmel wrote: > > Hi all; > I'm a Linux engineer who went through a typical growth period with Puppet > and finally landed on the Roles and Profiles pattern which generally works > well. > > I have a coworker that started on after me and do

[Puppet Users] Re: Puppet Module Gem Dependency

2017-01-02 Thread bryan . stopp
Thank you, this is the information I was looking for. I was not aware that such was necessary but looks like i'll be adjusting my design accordingly. Much appreciated. -Stopp On Sunday, December 25, 2016 at 11:38:53 AM UTC-6, bryan...@gmail.com wrote: > > Cross-posting from Puppet Developers to

[Puppet Users] Re: Puppet Module Gem Dependency

2017-01-02 Thread Thomas Müller
HI Bryan > I'm updating a module that will require a ruby gem (e.g. xml-simple) for > one of the custom providers. How does Puppet make sure that the gem is > available and installed when the module is installed? Does a *puppet > module install* also install any dependent gems? How does it kn

[Puppet Users] Re: Puppet Module directory structure

2016-05-16 Thread Harish Kothuri
Thanks for your reply. Will give that a try. On Monday, May 16, 2016 at 7:01:42 PM UTC+5:30, Harish Kothuri wrote: > > Hi, > > Can we customize the puppet module directory structure as i would like to > separate the puppet modules and in-house written modules. > > > *Current Structure:* > > /etc/

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

2014-07-28 Thread Rob Reynolds
On Wed, Jul 23, 2014 at 9:57 AM, Matt Shields wrote: > Hmm, ok. Guess it's time to figure out how WinRM works and if Puppet can > configure it. > I believe it could. A quick search on the forge didn't turn up any existing module. However a search on github turned up https://github.com/nanliu/pu

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 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

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

2014-07-23 Thread Paul Tötterman
> > Does anyone have a module or example puppet code for turning on SNMP > server and setting the community on a Windows 2012 server? > I think SNMP on Windows 2012 is deprecated: http://technet.microsoft.com/en-us/library/hh831568 Cheers, Paul -- You received this message because you are s

[Puppet Users] Re: Puppet module 'issue' with sysctl provider (augeasproviders)

2014-07-17 Thread jcbollinger
On Thursday, June 19, 2014 7:12:24 AM UTC-5, Stefan Heijmans wrote: > > > with Puppet module and resources in 1 file; > - sysctl resources are not set > Your data indicate otherwise. > - /etc/sysctl.conf updates from the rpm are there > > with Puppet module and resources in 2 files; > - sysc

[Puppet Users] Re: Puppet module 'issue' with sysctl provider (augeasproviders)

2014-07-16 Thread Stefan Heijmans
anyone? -- 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 this discussion on the web visit https://groups.googl

Re: [Puppet Users] Re: puppet module generate skeleton not working on PE?

2014-02-27 Thread johan-OF
Hi, IMO, I think it is a good thing not to develop your modules under root account. So for me this is more a feature than a problem. Grts Johan On 02/26/2014 07:58 AM, Stephen Wallace wrote: Peter, When I ran the puppet module generate as non-rootit worked like a charm! Maybe some of

[Puppet Users] Re: puppet module generate skeleton not working on PE?

2014-02-25 Thread Stephen Wallace
Peter, When I ran the puppet module generate as non-rootit worked like a charm! Maybe some of the other talented people on this forum may have a clue as to why. Thanks again. Stephen On Wednesday, 26 February 2014 07:25:43 UTC+11, Peter wrote: > > Hi, > > I am not sure on the underlying r

Re: [Puppet Users] Re: puppet module search using an HTTP proxy

2013-12-09 Thread Don Law
I tried two of the proposed fixes in github, but neither of them worked. I came up with the following workaround (kludge) that happens to work because our proxy caches the authentication for a little while. Maybe it will help someone out there who is brought here by the magic Google machine:

Re: [Puppet Users] Re: Puppet module testing & code coverage...

2013-12-04 Thread Felix Frank
Hi, On 12/03/2013 06:23 PM, Stuart Cracraft wrote: > You may want to go to www.amazon.com and pick up > How Google Tests Software by Whittaker, Arbon, and Carollo. I encourage the plugging of pertinent literature, but I feel uncomfortable about linking to specific retailer

[Puppet Users] Re: Puppet module testing & code coverage...

2013-12-03 Thread Stuart Cracraft
Gavin, Congratulations on your momentous decision. And it is an important one. You may want to go to www.amazon.com and pick up How Google Tests Software by Whittaker, Arbon, and Carollo. It is also a serious effort. Stuart Afternoon all > > I've read a fair few blogs, slideshares and other s

[Puppet Users] Re: puppet module search using an HTTP proxy

2013-12-01 Thread Arvind P R
no Stephen this doesnt work is there any other way of installing puppet modules? through yum? On Sunday, December 1, 2013 9:10:15 AM UTC+5:30, Stephen Wallace wrote: > > Maybe something as simple as using httpS? The puppet module face requires > https when downloading I believe. > > Try 'export h

[Puppet Users] Re: puppet module search using an HTTP proxy

2013-11-30 Thread Stephen Wallace
Maybe something as simple as using httpS? The puppet module face requires https when downloading I believe. Try 'export https_proxy=my.proxy.com' I hope this helps. Stephen -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from

Re: [Puppet Users] Re: puppet module search using an HTTP proxy

2013-11-28 Thread Felix Frank
Ad hoc I find at least three bug reports around this issue: http://projects.puppetlabs.com/issues/8281 http://projects.puppetlabs.com/issues/16923 http://projects.puppetlabs.com/issues/19547 Patches are included, try at your own risk. Your mileage may vary, seeing as some of those bugs are old-is

[Puppet Users] Re: puppet module search using an HTTP proxy

2013-11-28 Thread sradi
I have the same issue: [root@learn puppet]# puppet module install puppetlabs/java Notice: Preparing to install into /etc/puppetlabs/puppet/modules ... Notice: Downloading from https://forge.puppetlabs.com ... Error: Could not connect to https://forge.puppetlabs.com There was a network communicat

[Puppet Users] Re: puppet module list error: Error: No source module metadata provided for mcollective

2013-11-14 Thread Ashley Penney
Hi! I'm afraid this was mostly my fault, we released a version of mcollective without some needed metadata and recently changes made this more problematic than it used to be. I've uploaded a new release so you should be able to fix this with: puppet module uninstall puppetlabs-mcollective pup

[Puppet Users] Re: puppet module

2013-10-11 Thread Sneha More
Hi John, For your first requirement, you can use the puppet-module-ssh as suggested by Garrett. and for the second requirement you can use facts, like hostname and use it for configuartion as : if $hostname == "host-A" { ... configuartion1 ... } and so on.. I hope this will help you. Thanks

[Puppet Users] Re: "puppet module generate" using wrong name for directory?

2013-08-29 Thread jcbollinger
On Wednesday, August 28, 2013 7:39:00 PM UTC-5, Dennis Jacobfeuerborn wrote: > > Hi, > I'm looking into writing proper modules and starting off with "puppet > module generate" but it seems the tool uses an invalid name for the > directory. > When i specify "mymodule" as a name it tells me I nee

[Puppet Users] Re: puppet module upgrade dilemma with Subversion

2013-07-24 Thread Nic Waller
I also have my puppetmaster files in Subversion, and I'm running into the same problem with upgrading modules from Puppet Forge. This question on Stack Exchange (http://stackoverflow.com/q/5664666/190298) doesn't have any fancy solutions either. Here are some of the ideas I've come up with so fa

Re: [Puppet Users] Re: puppet module upgrade dilemma with Subversion

2013-04-15 Thread Dan White
oglegroups.com Sent: Monday, April 15, 2013 3:36:53 AM Subject: [Puppet Users] Re: puppet module upgrade dilemma with Subversion What OS are you on, and what package manager are you using to install/upgrade puppet? On Friday, April 12, 2013 5:55:52 AM UTC-7, Ygor wrote: I use Subversion t

[Puppet Users] Re: puppet module upgrade dilemma with Subversion

2013-04-15 Thread Ellison Marks
What OS are you on, and what package manager are you using to install/upgrade puppet? On Friday, April 12, 2013 5:55:52 AM UTC-7, Ygor wrote: > > I use Subversion to maintain the $confdir of my puppet-masters and I just > discovered that when one does an upgrade, the entire tree is blown away an

[Puppet Users] Re: Puppet module(important)

2013-02-20 Thread Mamta Garg
this is resolved! On Wed, Feb 20, 2013 at 2:27 AM, Mamta Garg wrote: > Hi All, > > Can anyone please guide ,why this error is coming every time on > puppet-dashboard ,while i am assigning class to a node.(please find attched > screenshot for error massage) > I am using puppet opensource and i ha

[Puppet Users] Re: Puppet Module

2012-05-21 Thread Napo Mokoetle
Had same errors when running "bundle install" during Openstack install too. Adding the caps as in HTTP_PROXY to the environment variables also helped. Thanks you for the helpful link. On Thursday, April 12, 2012 8:16:38 AM UTC+2, niraj wrote: > > Hi All, > I am getting the following err whi

[Puppet Users] Re: Puppet Module Confusions

2011-07-05 Thread Luke Bigum
On Jul 5, 2:51 pm, imase wrote: > After I change something and > deployed again with capistrano, the classes rad in the .txt-file were > away. But after the next time deploying it they were back again. ... So, what did you change? ;) > node 'v00404' inherits basenode { >     import "webapps.pp

[Puppet Users] Re: Puppet Module Confusions

2011-07-05 Thread imase
Hey Luke, thank you for your reply. The module tcserver is almost default from example42. The module RAD is fully new written by me. I confirmed that the module tcserver does not include the module rad. Also the general does not include rad. I checked the classes.txt File when the confusions happe

[Puppet Users] Re: Puppet Module Confusions

2011-07-04 Thread Luke Bigum
On Jul 4, 3:48 pm, imase wrote: > Hello together, > > I have problems with my Puppet installation. I use example42 Modules > as the base of my own Modules for automated deployment of Rational > Application Developer. > One of my Nodes is an tomcat server with the following includes > > include m

Re: [Puppet Users] Re: Puppet module layout

2011-06-23 Thread Nigel Kersten
On Thu, Jun 23, 2011 at 3:09 AM, Bruce Bushby wrote: > Thanks Nigel, appreciate the heads up! > > I'm finding that puppet module are great when you want a module for > "ssh" or a module for "sudoers"  ...but I can't find an example where > there is a module called "os" which contains "ssh.pp" , >

[Puppet Users] Re: Puppet module layout

2011-06-23 Thread Bruce Bushby
Thanks Nigel, appreciate the heads up! I'm finding that puppet module are great when you want a module for "ssh" or a module for "sudoers" ...but I can't find an example where there is a module called "os" which contains "ssh.pp" , "prod_sudoers.pp" , "dev_sudoers.pp" , "userauth.pp", "iptables.p

[Puppet Users] Re: Puppet module layout

2011-06-20 Thread Bruce Bushby
Thanks again Ken!! I found it, /etc/puppet/puppet.conf requires: server = and then: puppetd --test works without having to specify the server name..doh I should have checked that this morning! At last I can start testing a module layout and augeas :)) I'll be sure to post the results i

Re: [Puppet Users] Re: Puppet module layout

2011-06-20 Thread Ken Barber
> Getting back to my ultra simple setup, I'm finding that I can't run > "puppetd --test": > [root@msukpuppet02 puppet]# puppetd --test > err: Could not retrieve catalog from remote server: SSL_connect > returned=1 errno=0 state=SSLv3 read server certificate B: certificate > verify failed > warning:

[Puppet Users] Re: Puppet module layout

2011-06-20 Thread Bruce Bushby
Thanks Ken.I think I'm getting itslowly :) > "...Start developing _something_ and see how your organisation works for > you.." RightI've started with the most basic setup to test CA keys by simply implementing file perms for /etc/sudoers I think my initial confusion was that I didn

Re: [Puppet Users] Re: Puppet module layout

2011-06-20 Thread Ken Barber
Augeas is a resource - I don't see how it fits in as a module. You may _use_ it in your modules if you like. On Mon, Jun 20, 2011 at 12:09 PM, Bruce Bushby wrote: > One last question: > > Would the list suggest implementing "augeas" where possible? and would > "augeas" fit into the "module layout

[Puppet Users] Re: Puppet module layout

2011-06-20 Thread Bruce Bushby
One last question: Would the list suggest implementing "augeas" where possible? and would "augeas" fit into the "module layout" Thanks Bruce On Jun 18, 9:29 am, Bruce Bushby wrote: > Hello > > I'm new to large scale puppet deployment and was hoping the list could > offer some pointers on "mo

[Puppet Users] Re: Puppet Module Repository

2010-11-10 Thread PBWebGuy
This is not exactly what you're looking for but may be a solution. We are using the multiple environment functionality (http:// projects.puppetlabs.com/projects/1/wiki/Using_Multiple_Environments) to manage version control to prevent changes from impacting production while we're implementing and t

Re: [Puppet Users] Re: puppet-module-apache

2010-05-13 Thread Isaac Christoffersen
Here's another one for the list: git://git.puppetmanaged.org/puppet/webserver I've adapted mine from this and as soon as I can get it on github, I will. Isaac On 5/12/10 3:22 PM, Al @ Lab42 wrote: http://github.com/camptocamp/puppet-apache http://github.com/wesabe/puppet-apache2 http://github

[Puppet Users] Re: puppet-module-apache

2010-05-12 Thread Al @ Lab42
> >http://github.com/camptocamp/puppet-apache > >http://github.com/wesabe/puppet-apache2 > >http://github.com/puppet-modules/puppet-apache > >http://github.com/simpsonjulian/puppet-apache-ubuntu > >http://github.com/ohlol/puppet-apache > or the one athttps://labs.riseup.net/code/projects/shared-apa