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
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
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
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
>
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-