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

Manage Linux system resources and services from hiera configuration

Results 23 puppet-system issues
Sort by recently updated
recently updated
newest added

system::sysconfig::selinux Changing the state breaks the symbolic link to /etc/selinux/config which stops selinux being correctly confiigured.

Hi, The idea is to update a config file using a system::templates resource that triggers a system::services resource via subscribe, but it fails as system::templates is in last stage and...

Hello erwbgy, If I use the future parser I will get an error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating...

The system module currently requires a very minimal ntp provider. There are many, many other ntp providers which have significantly more features. Please make your module optional for this, not...

I am a bit new to hiera. Does anyone know if it's possible to use system::network when you need to set the network IP on multiple nodes(cluster) being pulled from...

Hi, So I'm using hiera as per some of the examples, and attempting to install a package but that package requires EPEL be installed first. I seem to have found...

Is there a reason for this, or it just hasn't been added yet? The NTP section behaves this way, I think SSHD should also

The system::sysctl configuration currently only updates /etc/sysctl.conf. It should also check the current sysctl settings and dynamically update them if required.

[[puppet-ntp dependency](https://github.com/erwbgy/puppet-system/blob/master/Modulefile#L8)] [[only allowed on RedHat systems](https://github.com/erwbgy/puppet-ntp/blob/master/manifests/install.pp#L14)], causing installation to fail on non-RedHat system. Please update the ReadMe to reflect this limitation, preferably with a HUGE warning sign to save...

It seems it is not possible currently : - in templates/network/interface.erb , there are no conditionnal on IPADDR (and NETMASK) - in manifests/network/interface.pp , you test $ipaddress to set $_dhcp...