Skip to content

VoyagerInnovations/puppet-cis-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

CIS Hardening Module for Puppet

Assumptions

If this is not the case, modify https://github.com/VoyagerInnovations/puppet-cis-module/blob/master/manifests/cis_benchmarks/r112.pp

Installing

  1. Download puppet and git
# Centos 7
yum install -y epel-release
yum install -y git puppet --enablerepo=epel

# Centos 6
rpm -ivh http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm
yum install -y git puppet --enablerepo=puppetlabs-products

# Centos 6/7
puppet module install puppetlabs-stdlib --version 5.0.0
  1. Download and install the module
git clone https://github.com/VoyagerInnovations/puppet-cis-module.git /etc/puppet/modules/cis
  1. Apply
puppet apply -e "Package { allow_virtual => false} include cis::main" 

About

Puppet module for hardening CentOS 6/7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published