Re: [Puppet Users] Puppet 4 syntax highlighting in Wordpress

2016-04-09 Thread Alex Harvey
I still haven't found any Puppet syntax highlighting plugins for Puppet (3 or 4). I'll be most grateful to anyone willing to share their secrets with me. :) -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and st

[Puppet Users] Puppet 4: Property values constrained by feature -vs- parameter constrained by feature

2016-04-09 Thread Johnson Earls
Hey all, Just wondering: Is there a reason I'm not understanding for why property values that include a :required_features option will raise a puppet error if the feature is not available, but parameters that include :required_features are silently [except for a debug message] ignored if the

[Puppet Users] Re: Puppet Types auto generator

2016-04-09 Thread Corey Osman
I have taken a stab at generating types, providers and other items with puppet-retrospec. Take a look at https://github.com/nwops/puppet-retrospec retrospec puppet new_type -h Generates a new type with the given name, parameters, and properties. -n, --name= The name of the type you

Re: [Puppet Users] Puppet Types auto generator

2016-04-09 Thread Gareth Rushgrove
Hey Christoph On 7 April 2016 at 09:15, Christoph Andreas Torlinsky wrote: > Hello there, i'm looking for a puppet types generator tool / toolkit as we > have an API (Restful interface) and spec files that we would like > to convert to puppet types for some use. If anyone has any tips, that is >

[Puppet Users] Re: PE Puppet Server startup error - .git removed

2016-04-09 Thread mike r
figured out the problem, was missing a .git file in my /etc/puppetlabs/code/environments/production path [root@puppetmaster3 production]# pwd /etc/puppetlabs/code/environments/production [root@puppetmaster3 production]# ll total 12 drwxr-xr-x. 4 pe-puppet pe-puppet 70 Apr 5 09:01 . drwxr-xr-