RE: [Puppet Users] Re: Array of tags not applying to resource

2015-08-07 Thread Robert Davidson
So there's no way to apply more than one tag to something at a time and have it actually act as if they are single tags? Therefore, this exported resource: @@module::hostentry{ $::fqdn: tag => [$::fqdn, $::site], } Has these tags: module hostentry module::hostentry [$::fqdn, $::site] Rather

[Puppet Users] validating array property in custom_type

2015-08-07 Thread jwilkicki
Hi all! I'm having trouble with a custom type's type-wide validate call. I've done a lot of digging into the Puppet documentation and a lot of Googling and haven't found a lot of guidance. My Puppet version is 3.7.5. Basically, I have a property defined like this in my type: newproperty(:se

[Puppet Users] Re: Mixing hiera and site.pp

2015-08-07 Thread Tony Thayer
I work around this by creating wrapper classes that pull in my hiera data. example: class my_apache_config_module ( $this_hostname = hiera('this_hostname') ){ apache::vhost { $this_hostname: blah => "blah blah" } } On Wednesday, August 5, 2015 at 5:25:09 AM UTC-7, Alexander Dacre wrote:

[Puppet Users] Re: Windows batch file execution

2015-08-07 Thread Dimitri Yioulos
Rob, Thanks a million for getting me started on how to add the registry values. I'll give that a go. Still, I'm disappointed that I can't get my batch file to run remotely. Again, thanks. Dimitri On Wednesday, July 29, 2015 at 3:48:50 PM UTC-4, Dimitri Yioulos wrote: > > Hello, all. > > I'm

[Puppet Users] Re: Array of tags not applying to resource

2015-08-07 Thread jcbollinger
On Thursday, August 6, 2015 at 5:39:40 PM UTC-5, robert.davidson wrote: > > First of all: I'm running puppet 3.6.2, as we are not in a position to > move to Puppet 4 yet/ > > When I try to apply an array of tags to an exported resource, as I should > be able to according to docs ( > https://do

Re: [Puppet Users] Re: How to add user in centos 6.6 from puppetserver to puppetAgent

2015-08-07 Thread Christopher Wood
This might help? https://docs.puppetlabs.com/references/latest/type.html#user I think some of these may be useful to you: https://learn.puppetlabs.com/category/self-paced-training On Fri, Aug 07, 2015 at 02:23:14AM -0700, Huynh Tran wrote: >Please, Help me! > >Vào 20:28:18

[Puppet Users] Re: How to add user in centos 6.6 from puppetserver to puppetAgent

2015-08-07 Thread Huynh Tran
Please, Help me! Vào 20:28:18 UTC+7 Thứ Năm, ngày 06 tháng 8 năm 2015, Huynh Tran đã viết: > > I want add user from PuppetMaster to PuppetAgent with authorities root or > user use. I'll have to configure or code ,how? > -- You received this message because you are subscribed to the