[Puppet-dev] puppet-dev status week ending 2014-11-21

2014-11-21 Thread Kylo Ginsberg
** Next PR Triage Wednesday, November 26th @ 10:00 am Pacific. ** Priorities 1. Puppet 3.7.4 2. Native Facter 0.3.0 3. Puppet Server 1.0.0 4. New puppet doc implementation Commentary Puppet: Continuing to crank away on Puppet 4, especially: - Code removals

[Puppet-dev] Group Resource auth_membership defaults to true - should this change?

2014-11-21 Thread Rob Reynolds
When we originally set out to do PUP-2628[1] for Puppet 4, we were going to change the group resource default to not authoritative for Windows (e.g. the specified members would be the minimum), because the thinking is that is how it was for all of the other platforms. However after more research i

Re: [Puppet-dev] Re: Puppet 4 delivery and upgrades

2014-11-21 Thread Rob Reynolds
On Fri, Nov 21, 2014 at 2:59 PM, Nan Liu wrote: > On Fri, Nov 21, 2014 at 12:46 PM, Eric Sorenson < > eric.soren...@puppetlabs.com> wrote: > >> >> On Nov 18, 2014, at 11:04 AM, Eric Sorenson >> wrote: >> >> > 7. Umm.. I think that's all. >> >> Wow thanks for all the responses, there are a ton of

Re: [Puppet-dev] Re: Puppet 4 delivery and upgrades

2014-11-21 Thread Nan Liu
On Fri, Nov 21, 2014 at 12:46 PM, Eric Sorenson < eric.soren...@puppetlabs.com> wrote: > > On Nov 18, 2014, at 11:04 AM, Eric Sorenson > wrote: > > > 7. Umm.. I think that's all. > > Wow thanks for all the responses, there are a ton of very good questions > in here -- some of them got answered in

[Puppet-dev] Re: Puppet 4 delivery and upgrades

2014-11-21 Thread Eric Sorenson
On Nov 18, 2014, at 11:04 AM, Eric Sorenson wrote: > 7. Umm.. I think that's all. Wow thanks for all the responses, there are a ton of very good questions in here -- some of them got answered inline and I think we rolled up the rest into this little FAQ. which I''m sure will generate a new s

Re: [Puppet-dev] Puppet 4 delivery and upgrades

2014-11-21 Thread Joshua Hoblitt
On 11/19/2014 12:36 PM, Eric Sorenson wrote: > If any one of the main constituent projects having a release would cause a > new AIO to come out, is that the right cycle? Yes, no, maybe, it depends? Is the proposed plan to roll out a new AIO if PL product versions are unchanged but a vendored prod

Re: [Puppet-dev] check physical disk

2014-11-21 Thread Spencer Krum
You can use facter in Puppet to get information about the host. There are a few facts that expose this information. Example below: root@maxwell:~# facter | grep sdb blockdevice_sdb_model => LITEONIT LSS-32L blockdevice_sdb_size => 32017047552 blockdevice_sdb_vendor => ATA blockdevices => sda,sdb p

[Puppet-dev] check physical disk

2014-11-21 Thread Kalai A
Hi, I have below linux script cre_disk=$(ls /dev/sd[b-z]) for disk in $cre_isk do pvcreate $i done My understanding from the above code is, it is checking the sdb,sdc..sdz disk file. if it exist, then do physical volume creation. what my requirement is, need to convert the above linux into