greg

Results 6 issues of greg

With 'firewall { .. }' in a manifest in a kickstart the puppet run always fails with: Error: Could not prefetch firewall provider 'iptables': Execution of '/sbin/iptables-save' returned 1: iptables-save/1.8.4...

community

Configuration file for an interface with a VLAN (ie: ifcfg-enp6s0f0.330) appears to be missing 'VLAN=yes' The following config: network::if::static { 'enp6s0f0.330': ensure => 'up', ipaddress => '10.2.3.248', netmask => '255.255.255.0',...

bug

There was no intrinsic way to store an encrypted bind password in heira, so added '$postfix::ldap_bind_pw'. Converted '$postfix::ldap_options' to be optional or a string or an array of strings. Modified...

Using Chrome 109.0.5414.87; Firefox 110.0b2 (64-bit); Safari 16.0: Using "example.html" as is: Uncaught SyntaxError: import declarations may only appear at top level of a module Uncaught ReferenceError: Autocomplete is not...

In 24.05 ListIterator was renamed to list_itr_t slurm_list_remove was defined as an extern but wasn't used so remove using conditional for 24.05 added // fall through to suppress gcc compiler...

## Describe the Bug postgresql::server::table_grant { 'grant test': privilege => 'ALL', table => 'my_schema.my_table', db => 'my_database', role => 'my_role' } generates: # GRANT ALL ON TABLE "my_schema.my_table" TO "my_role";...