[Puppet Users] managing users and grants with recent puppetlabs-mysql

2019-01-22 Thread Tim Mooney
All- I'm using the open source Puppet 5.x platform, with puppetserver 5.3.6 and puppet-agent 5.5.8 on mostly RHEL 6 and 7 (and soon 8, I suppose). We're long-time users of puppetlabs-mysql, right now we're on the current latest (7.0.0). When we started with puppetlabs-mysql, we wrote our

Re: [Puppet Users] relationships, ordering, and defined types

2019-01-22 Thread Matt Zagrabelny
On Tue, Jan 22, 2019 at 4:22 PM Ben Ford wrote: > Caps all segments in a defined type name: > > before => Bar::Baz['qux'], > > > Huzzah! Thanks Ben! -m -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop

Re: [Puppet Users] relationships, ordering, and defined types

2019-01-22 Thread Ben Ford
Caps all segments in a defined type name: before => Bar::Baz['qux'], On Tue, Jan 22, 2019 at 2:20 PM Matt Zagrabelny wrote: > Greetings! > > I'm running puppet 5.5 on Debian Buster. > > This exists: > > define bar::baz() { > file { "/tmp/$name": } > } > > ...somewhere else... > > bar::baz

[Puppet Users] relationships, ordering, and defined types

2019-01-22 Thread Matt Zagrabelny
Greetings! I'm running puppet 5.5 on Debian Buster. This exists: define bar::baz() { file { "/tmp/$name": } } ...somewhere else... bar::baz { 'qux': } file { '/tmp/foo': before => Bar::baz['qux'], } But when the catalog gets compiled I get an error: Evaluation Error: Error while

[Puppet Users] Re: Use resource only if a tag is given at the command line

2019-01-22 Thread jcbollinger
On Friday, January 18, 2019 at 7:08:21 AM UTC-6, Karsten Heymann wrote: > > Hi puppet users, > > is there an easy way to enable a resource only if a certain tag is given? > Something like "refreshOnly", but for tags? I'm aware of --skip_tags, but > that would require us to specify that on

[Puppet Users] Re: A GUI tool for Hiera

2019-01-22 Thread desertkun
> However, it parses a produced output from puppet-strings > Excuse me with spam, I actually

[Puppet Users] Re: A GUI tool for Hiera

2019-01-22 Thread desertkun
Fill free to steal it. I could try to cut off the AST parser to an external repository so you would be able to mess around with it. For example, it misses a lot of builtin functions