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

puppet-bootloader

  • Clone with SSH
  • Clone with HTTPS
  • Thomas Bellman's avatar
    Thomas Bellman authored
    This adds a new helper for bootloader::kernel_option handling the
    Grub 2 case.  This also only supports removing options, though, not
    setting them.
    c25ee385
    History
    Name Last commit Last update
    manifests
    COPYING
    COPYING.LIB
    README
    This is a Puppet module for managing Linux bootloader settings.
    Copyright © 2017 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 =====
    
    - nsc-puppet-utils
      Can be found at git://www.nsc.liu.se/~bellman/puppet/nsc-puppet-utils.git.
    
    
    
    ===== OFFICIAL SOURCE =====
    
    This module is not published anywhere yet.