On 06/19/2014 02:12 PM, Stefan Heijmans wrote: > Puppet module with all resources in 1 file > =========================================== > ... > kernel.sem is available in /etc/sysctl.conf > kernel.sem = 250 32000 100 128 > kernel.shmall is available in /etc/sysctl.conf > kernel.shmall = 1073741824 > > Puppet module with all resources in 2 files > =========================================== > ... > kernel.sem is available in /etc/sysctl.conf > kernel.sem = 250 32000 100 128 > kernel.shmall is available in /etc/sysctl.conf > kernel.shmall = 1073741824 > > > So, > with Puppet module and resources in 1 file; > - sysctl resources are not set > - /etc/sysctl.conf updates from the rpm are there > > with Puppet module and resources in 2 files; > - sysctl resources are set > - /etc/sysctl.conf updates from rpm are somehow removed >
I don't get it. The results you posted are identical for both variants, yes? Moreover, they seem to reflect your manifest to the letter. What is the issue? Thanks, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/53C6859A.8070102%40alumni.tu-berlin.de. For more options, visit https://groups.google.com/d/optout.
