Re: [Puppet-dev] MCollective and non-root execution

2016-06-21 Thread Geoffrey Gardella
0, Shawn Ferry <shawn.fe...@oracle.com> wrote: >> >> Did you see the recent spate of mcollective bugs that were just filed? >> >> On of them does talk a about file perms iirc >> >> Shawn >> >> On Jun 21, 2016, at 16:06, Geoffrey Gardella

[Puppet-dev] Fixing packaging provider (pkg.rb) for Solaris

2015-09-15 Thread Geoffrey Gardella
The Solaris packaging provider fails to update packages to latest version when "latest" is specified. The method latest determines if there is a newer version of the package by doing "pkg list -Hn". There is no 'pkg refresh' executed, so a newer version in the repository will never be seen.

[Puppet-dev] Re: Proposed Change to PR Triage day

2015-05-13 Thread Geoffrey Gardella
Works for me. -- You received this message because you are subscribed to the Google Groups Puppet Developers group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit

[Puppet-dev] Re: Puppet PR triage for puppet/facter/hiera starting soon

2015-02-11 Thread Geoffrey Gardella
Hey Scott, I have a scheduling conflict, so won't make the meeting this week. Geoffrey On Wednesday, February 11, 2015 at 11:00:23 AM UTC-7, Scott Garman wrote: Hello Puppet Peeps, We're about to start the pull request triage meeting for puppet/facter/hiera shortly. You can join our G+

Re: [Puppet-dev] Modifying property names

2014-12-11 Thread Geoffrey Gardella
Okay, I see. I can't add new keys while I am iterating, which makes sense. So, I need to create a new hash and then do a .merge when I'm done. On Wednesday, December 10, 2014 1:26:13 PM UTC-7, Geoffrey Gardella wrote: Hi John, thanks for the pointer. That has gotten me a bit farther. I'm

Re: [Puppet-dev] Modifying property names

2014-12-10 Thread Geoffrey Gardella
key into hash during iteration I can't imagine this is the first time somebody has tried this, but haven't found anything in the code base. Geoffrey On Wednesday, December 3, 2014 1:39:32 PM UTC-7, John Bollinger wrote: On Tuesday, December 2, 2014 4:53:42 PM UTC-6, Geoffrey Gardella wrote

Re: [Puppet-dev] Modifying property names

2014-12-02 Thread Geoffrey Gardella
in the provider? Thanks, Geoffrey On Monday, December 1, 2014 11:09:47 PM UTC-7, Josh Cooper wrote: On Mon, Dec 1, 2014 at 9:06 PM, Geoffrey Gardella gard...@gmail.com javascript: wrote: I am working on updating types/providers for new functionality in Solaris. I need to take a list of properties

[Puppet-dev] Modifying property names

2014-12-01 Thread Geoffrey Gardella
I am working on updating types/providers for new functionality in Solaris. I need to take a list of properties (not their values) and modify them before any operations (checking current values, etc). Specifically, I will need to substitute '-' for '_' in the property names. What is the proper

Re: [Puppet-dev] Re: zpool mirror and raidz virtual devices

2014-11-18 Thread Geoffrey Gardella
Hi Josh, I will plan to attend the PR triage on Wed. On Thu, Nov 13, 2014 at 11:52 PM, Josh Cooper j...@puppetlabs.com wrote: On Thu, Nov 13, 2014 at 10:35 AM, Geoffrey Gardella garde...@gmail.com wrote: Hi Josh! I am with Oracle and have just been assigned to work on Puppet in Solaris

[Puppet-dev] Re: zpool mirror and raidz virtual devices

2014-11-13 Thread Geoffrey Gardella
Hi Josh! I am with Oracle and have just been assigned to work on Puppet in Solaris. I am just getting oriented, but this looks like something we should be working on. Is this functionality being covered elsewhere? If not, I can open an internal ticket to get this covered. So far, we aren't