Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

puppet-console

  • Clone with SSH
  • Clone with HTTPS
  • Thomas Bellman's avatar
    Thomas Bellman authored
    The code in this Puppet module is partly based on some manifests I had
    written earlier.  The original code had slightly different names for
    some definitions and classes, and when I rewrote that to form this
    module, I apparently copy-pasted one line too much without noticing
    that it was referencing an old name.  Fix this.
    daef1c44
    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.
    
    - systemd
      Can be found at https://git.lysator.liu.se/bellman/puppet-systemd.git.
    
    
    ===== OFFICIAL SOURCE =====
    
    https://git.lysator.liu.se/bellman/puppet-console