Dominic Cleal
Dominic Cleal
The GPG config option and associated command arguments now accept multiple GPG keys, which are all used to sign the Release file. This makes it easier to roll keys, similar...
e.g. https://docs.puppetlabs.com/guides/augeas.html#etcresolvconf
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...
The pass and dump properties are always being set to the default values (0) even when not specified in the resource. Filed against the type in puppetlabs-mount_providers as [issue #16122](http://projects.puppetlabs.com/issues/16122)....
In Foreman, we hit [an issue](http://projects.theforeman.org/issues/8817) in the following scenario: - host has many reports, reports belong to a host - hostgroup has_many hosts, hosts belong to a hostgroup -...
(From @grimme-atix-de) Hooks could be implemented as Ruby scripts too that are called from within the context of the plugin and Foreman.
Hooks should be able to provide a more user friendly description for the orchestration progress bars int he UI. Perhaps via a metadata file, or a call to the hook...
(From @grimme-atix-de) When a callback hook (e.g. before_provision) is called and fails, no exception is raised and so execution continues.
Add a parameter to set per-architecture (boot) filenames in the DHCP config, e.g. option architecture code 93 = unsigned integer 16 ; if option architecture = 00:00 { filename "pxelinux.0";...
The dhcp class should take an array parameter of additional files to include into the configuration using the `include` directive. Based on https://github.com/theforeman/puppet-dhcp/commit/bd8c63128834caa7722a6481671a76948cda852c.