Skip to content

VoyagerInnovations/puppet-cis-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 

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

0 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors