thias / puppet-sysctl

Puppet module to manage sysctl parameters
Other
35 stars 82 forks source link

Prevent spaces in file names #31

Closed jokajak closed 8 years ago

jokajak commented 9 years ago

On RHEL6 if a file has a space in the name it is not loaded as part of loading files from /etc/sysctl.d. This change ensures that the file name does not include a ' ' by replacing it with a '_'.

thias commented 8 years ago

Good idea, thanks for the change!