puppet-augeasproviders icon indicating copy to clipboard operation
puppet-augeasproviders copied to clipboard

Alternative Augeas-based providers for Puppet

Results 35 puppet-augeasproviders issues
Sort by recently updated
recently updated
newest added

It would be great to have spacevars.lns as one of the providers. In particular, it should have the same feel as shellvar.lns. Thanks!

e.g. https://docs.puppetlabs.com/guides/augeas.html#etcresolvconf

enhancement

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid parameter comment on Sysctl[net.ipv6.conf.default.accept_redirects] at /etc/puppet/modules/System_config/manifests/init.pp:252 on node devserver.example.com

Sample usage could be ``` puppet etc_services { 'remctl': ensure => present, protocol => 'tcp', port => '4373', comment => 'Remote Authenticated Command Service', } ```

Hi, The module is great with all the types but the required dependencies ( software wise ) are not installed with it. Would be great if the module takes care...

I tried to manage pam.conf on solaris and the provider seems really confused about what lns to use: ``` Error: /Stage[main]/Ldap::Config/Pam[login pam_ldap.so.1]: Could not evaluate: Augeas didn't load /etc/pam.conf with...

I've seen a few users now who struggle with using the [raw augeas resource](https://groups.google.com/d/msg/puppet-users/M6Bgtoz45to/XaBbeVr4V6gJ) to set up a subtree idempotently (and that is a big head scratcher) I agree that...

enhancement

If you use pg_hba without specifying a target, it fails with: ``` Could not evaluate: private method `chomp' called for nil:NilClass ``` Because of: ``` def self.file(resource) ... file =...

bug

Rewrite `positionable` as a type property like `ensure`. It will then reside in `lib/puppet/property/position.rb. The`:parent` attribute can be called to make use of the new lib.

enhancement

Running ralsh against syslog fails: ``` $ puppet resource --libdir lib/ syslog --trace Error: Could not run: unknown error - Matching path expression '/files/etc/rsyslog.conf/entry[selector/facility='' and selector/level='' and action/='']' failed /home/dcleal/code/augeasproviders/domcleal-augeasproviders/lib/puppet/provider/syslog/augeas.rb:86:in...

bug