You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer puts the "storeconfigs" settings into [master] section, which seems wrong nowadays as the setting does not have any effect according to "puppet config print storeconfigs".
In Puppet 5.x the correct section seems to "main": puppet config set --section main storeconfigs true
This is probably resolvable by update of Foreman's puppet modules.
The text was updated successfully, but these errors were encountered:
The installer puts the "storeconfigs" settings into [master] section, which seems wrong nowadays as the setting does not have any effect according to "puppet config print storeconfigs".
In Puppet 5.x the correct section seems to "main":
puppet config set --section main storeconfigs true
This is probably resolvable by update of Foreman's puppet modules.
The text was updated successfully, but these errors were encountered: