Re: [Puppet Users] puppet over ansible

2012-07-22 Thread Marc Lucke
On 21/07/2012, at 11:20 AM, Brian Gupta wrote: >> On 18/07/2012, at 8:54 AM, Marc Lucke wrote: >> >>> So I'm seeing a lot of hype around Ansible. It seems to be a compelling >>> story. I've looked around and found a lot of stories about why you would >>> use it over puppet, but not puppet ove

Re: [Puppet Users] Facter fact length?

2012-07-22 Thread devzero2000
Are you sure that exposing a password hash by a fact is a sane thing to do from a security point of view ? Too simple to mont a dictionary attack, isn't ? 2012/7/22, bg : > This is a bit of a leading question, but is there a limitation as far as > length/size of facts on a node? > > I have a need

Re: [Puppet Users] How to get puppetmaster's base directory into a variable ?

2012-07-22 Thread eduardo
James Glenn ha escrito: > On Sat, Jul 21, 2012 at 9:36 PM, eduardo wrote: > > > Dears all, > > > > I need set variable $puppet_base_dir on my prerequisites class with > > confdir parameter value of puppetmaster. I need the variable to be > > used as base directory path of a file named myfile,

[Puppet Users] Foreman 1.0 released!

2012-07-22 Thread Ohad Levy
Hello, I'm very excited and pleased to share the release of Foreman 1.0 Since the change log is quite extensive, I would simply refer you to the change log [1] and would highly suggest to read it if you are upgrading. About Foreman: Foreman is an opensource management tool, design to help you t

Re: [Puppet Users] How can I list classes available on the puppet master?

2012-07-22 Thread Ohad Levy
On Mon, Jul 16, 2012 at 2:57 PM, Kamil Winczek wrote: > On 12 Jul 12 08:54 -0700, llow...@oreillyauto.com wrote: > > Is there a way to get a list of all the classes available from the > puppet > > master? > > I have 2 goals for this - one is documentation in a human readable > form, > > a

[Puppet Users] Re: Any one interested attending a puppetcamp in Israel?

2012-07-22 Thread Ohad Levy
Adding a couple more public mailing lists just in case. On Sun, Jul 22, 2012 at 5:37 PM, Oded Ben-Ozer wrote: > We are trying to see how much people are interested so please let me know > if you want to attend and or I know someone else who wants to attend. > > From puppetlabs.com - "Puppet i

[Puppet Users] Stop aptitude package provider from using '-y'

2012-07-22 Thread David Banks
Hi all, I like to use the aptitude provider to install packages -- all my systems are Debian and it's consistent with what I use manually. However, the aptitude provider seems to pass the '-y' option to aptitude, which causes aptitude to simply assume yes for all prompts. I understand that this m

[Puppet Users] How to delete users from groups ?

2012-07-22 Thread eduardo
Dears all, I'm trying update user's membership group deleting users from some groups. To do it i took exec way doing : exec { "deluser ${username} ${group}": I'm thinking might be there is more elegant solution without using exec type . Is there another way to do it ?. Thanks in adv

Re: [Puppet Users] Stop aptitude package provider from using '-y'

2012-07-22 Thread Shawn
I think a better solution would be using preseed files to answer the questions. Is this not an option? Sent via BlackBerry -Original Message- From: David Banks Sender: puppet-users@googlegroups.com Date: Sun, 22 Jul 2012 23:58:01 To: Reply-To: puppet-users@googlegroups.com Subject: [Pu

[Puppet Users] Updated version of pupmod-concat released to Github

2012-07-22 Thread Trevor Vaughan
A long overdue update to pupmod-concat has been released to Github at https://github.com/onyxpoint/pupmod-concat. It contains fixes for all outstanding bug reports as well as some additional optimizations and features. Many thanks to all bug reporters and we're going to try to not wait another ye

Re: [Puppet Users] Creating Subgroups in Puppet Dashboard

2012-07-22 Thread Calvin Walton
On Fri, 2012-07-13 at 02:06 -0700, Praveen Shivashankar wrote: > Hi All, > > Is there a feasibility for creating subgroups on the Puppet Dashboard? > Basically the requirement is that we have a huge number of VMs running > designated services. Some of VMs having the same service may yet have >

[Puppet Users] Re: How to delete users from groups ?

2012-07-22 Thread Paul Tötterman
Hi eduardo, > Is there another way to do it ?. > user { "$username": ensure => present, key_membership => inclusive, groups => ['all', 'groups', 'except', '$group'], # full listing of all groups $username belongs to } or group { "$group", ensure => present, attribute_membership

[Puppet Users] Announce: RemoteAdmin 0.6 ( Foreman / Puppet Mobile App ) Now in appstores

2012-07-22 Thread Corey Osman
I am proud to release the next version of Remote Admin version 0.6. The first mobile app for your puppet environment. What is RemoteAdmin you ask? RemoteAdmin is a mobile (Android / iOS) and desktop (Win / Mac) app written in Flex that controls your puppet infrastructure via foreman. For mo