[Puppet Users] Managing puppet as Application software management

2012-12-01 Thread Dhaval
Hi, using puppet can i manage application packages, for example if some application user want to install his application package, is it possible to maintain that package using puppet ? like opsware do ? Regards, Dha -- You received this message because you are subscribed to the Google Groups

[Puppet Users] Re: How to do release managment integration with puppet?

2012-12-01 Thread Nick Cammorato
Right now we're deploying via cap and something custom and part of the deployment is a config yaml file which puppet parses via facter in order to determine how to do the OS/middleware config. It works fairly well, but it feels kludgy to do it this way. I've been wanting to cook something up l

[Puppet Users] Could not find dependency File[/etc/snmp/snmpd.conf]

2012-12-01 Thread Adrian Dybwad
Hello I am new to puppet and have installed PE 2.7 and the snmp class from here: https://github.com/paulgear/puppet/blob/master/modules/snmp/manifests/init.pp So far, I have got through a few errors but cannot figure out what is still wrong. I get an error from the puppet agent: Failed to app

Re: [Puppet Users] Re: Thu Nov 29 10:17:51 +0000 2012 Puppet (err): Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for XXX to PuppetDB at

2012-12-01 Thread Kalyana sundaram
If Iam right, puppet usually sends certs with its name $ssldir/certs/.pem and uses private key $ssldir/private_keys/.pem But now how it uses $ssldir/certs/ca.pem and correctly uses private key $ssldir/private_keys/.pem ? And Am I right that puppetdb requires ca.pem signed by private key of ca durin

[Puppet Users] Apply created class on node

2012-12-01 Thread Kazor
Hello Guys, I'm beginning use puppet (v.3.0.1) in OS Linux (Centos) , I have simple question with my configuration . I actually i have puppet-master and puppet-node in the master have declared the class but these no are applied in my node (I'm not sure for this point is the correct form for do t

[Puppet Users] Puppet fails but succeeds on the 2nd attempt

2012-12-01 Thread Rajul Vora
I have installed two modules under $confdir/modules: erwbgy's system module (which depends on augeasproviders) and augeasproviders I have a hiera entry: system::sshd: Banner: value: /etc/issue.net When I do the first "puppet agent --test" run, it always fails with following error: Err

Re: [Puppet Users] How to do release managment integration with puppet?

2012-12-01 Thread Gareth Rushgrove
On 30 November 2012 17:37, Schofield wrote: > I am at the beginning of merging the traditional OS/Middleware update > process with application development release process. The goal is to be > able to test a complete versioned OS/Middleware/Application stack as it > moves through dev/test/qa/prod

Re: [Puppet Users] How to do release managment integration with puppet?

2012-12-01 Thread Gareth Rushgrove
On 30 November 2012 23:02, Craig White wrote: > > On Nov 30, 2012, at 10:37 AM, Schofield wrote: > >> I am at the beginning of merging the traditional OS/Middleware update >> process with application development release process. The goal is to be >> able to test a complete versioned OS/Middlewa

[Puppet Users] puppetlabs-firewall source array not working as expected

2012-12-01 Thread Dusty Doris
In puppetlabs-firewall it appears that you can provide an array of source ips as defined in types/firewall.rb (desc: An array of source addresses). However, when I pass in an array of source addresses, it only applies the first address to the ruleset. eg: firewall { '100 allow web':

[Puppet Users] Re: Apparent problem with resource ordering using Puppetlabs Corosync module (does not bring up HA resources in correct order when configured to do so)

2012-12-01 Thread Nick Cammorato
Which puppetlabs-corosync are you using? There are 19 forks of it last I checked(including one by me for my own needs surrounding DRBD which is now horribly out of date). I would change this: cs_order { 'jboss_ip_before_jboss': first => 'applayer_ip', second => 'applayer_jboss',

[Puppet Users] /etc/ssh/ssh_known_hosts not world readable when using sshkey resource

2012-12-01 Thread Yanis Guenane
When I apply a sshkey resource I do obtain the /etc/ssh/ssh_known_hosts file, but it is not world reable. According to the ssh man page, /etc/ssh/ssh_known_hosts > Systemwide list of known host keys. This file should be > prepared by the system administrator to contain the public

[Puppet Users] Re: Status of STONITH support in the puppetlabs corosync module?

2012-12-01 Thread Nick Cammorato
You should be able to rig something up using the existing cs_primitive, cs_clone and cs_property provider/types, although I've avoided doing this as it worries me. The problem as far as I can tell is that cs_primitive assumes a provider, primitive class, and primitive type, and stonith resource

[Puppet Users] Re: Is it possible to run functions at run time ?

2012-12-01 Thread Yanis Guenane
Thank you John for the answer, it clarified some doubts I had. On Wednesday, November 28, 2012 3:50:01 PM UTC+1, jcbollinger wrote: > > > > On Tuesday, November 27, 2012 4:23:50 PM UTC-6, Yanis Guenane wrote: >> >> Within mycon template I have a variable 'test' that depending if the >> package wa

[Puppet Users] sshkey and server with HashKnowHosts set

2012-12-01 Thread Yanis Guenane
Hey list, Not sure if something has been posted about it but I didn't find any post after research, I'd like to define an entry in my /etc/ssh/ssh_know_hosts using sshkey resource. After a run it does insert an entry there, but the issue is that I have the HashKnownHosts flag set on my config

Re: [Puppet Users] Seeking some Puppet advice for a newbie (specifically Virtualmin/CSF related)

2012-12-01 Thread Nikola Petrov
You can actually install in a custom directory and build a package from that pretty easily. Look at directory provider from https://github.com/jordansissel/fpm on how to do that. Of course you will then want to tweak specific configuration options like IP address through puppet. Hope that helps :