Skip to content
Snippets Groups Projects
Select Git revision
  • 05a389b27f0718b21a457b9e8c91e2d472abe858
  • master default
2 results

puppet-console

Thomas Bellman's avatar
Thomas Bellman authored
In order for numeric file modes to still be properly interpreted as
octal modes in Puppet version 4 and later, they need to be specified
as strings, not as integers.  There was one instance where we had
missed that.  Fix it.
05a389b2
History
Name Last commit Last update
manifests
COPYING
COPYING.LIB
README
This is a Puppet module for managing Linux consoles and terminal logins.
Copyright © 2017-2020 Thomas Bellman, Linköping, Sweden.


===== LICENSING =====

This Puppet module is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

This module is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this module.
If not, see <http://www.gnu.org/licenses/>.



===== DEPENDENCIES =====

- nscutils
  Can be found at https://gitlab.liu.se/NSC/puppetmodules/nscutils.git.

- cfgfile
  Can be found at https://gitlab.liu.se/NSC/puppetmodules/cfgfile.git.

- bootloader
  Can be found at https://git.lysator.liu.se/bellman/puppet-bootloader.git.



===== OFFICIAL SOURCE =====

https://git.lysator.liu.se/bellman/puppet-console