I am using hiera limits::fragment: to add entries to limits.conf. It's adding them after "End of file", which is a bit awkward.
Can anyone offer any guidance?
[root@dev-puppettest-01 security]# tail limits.conf
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#@student - maxlogins 4
# End of file
* hard memlock 19000000
* soft memlock 19000000
* hard nofile unlimited
* soft nofile unlimited
↧