Version information
This version is compatible with:
- CentOS, Darwin, Debian, OpenBSD, RedHat, Solaris, Ubuntu, windows
Start using this module
Add this module to your Puppetfile:
mod 'counsyl-sys', '0.9.25'
Learn more about managing modules with a PuppetfileDocumentation
sys
This module contains classes, defined types, and parameters to assist system administrators and Puppet module authors. This includes Puppet classes for:
-
Installing common system utilities, shells, and terminal managers:
-
sys::bash
-
sys::curl
-
sys::gcc
-
sys::git
-
sys::htop
-
sys::perl
-
sys::rsync
-
sys::screen
-
sys::tcsh
-
sys::tmux
-
sys::wget
-
sys::unzip
-
sys::zsh
-
OS-specific utilities and parameters for Debian/Ubuntu, RedHat, OpenBSD, and Solaris platforms:
-
sys::apt
-
sys::ubuntu
-
sys::redhat
-
sys::openbsd
-
sys::solaris
-
sys::dkms
: Installs DKMS to support dynamic linux kernel drivers. -
sys::fetch
: Defined type for fetching files from URLs using wget or cURL. -
sys::luks
: Installscryptsetup
package for encrypted drive support on Linux, and create encrypted device mappings with thesys::luks::device
defined type. -
sys::nfs
: Installs NFS client libraries. -
sys::parted
: Installs GNU Parted on Linux systems. -
sys::ssh
: SSH configuration and hardening -
sys::stat
: For performance monitoring utilities likeiostat
. -
sys::iptables
: Sets up Linux firewwall rules using puppetlabs-firewall (required) -
sys::inifile
: provides for INI File creation
License
Apache License, Version 2.0
Contact
Justin Bronn justin@counsyl.com
Support
Please log tickets and issues at https://github.com/counsyl/puppet-sys
0.9.25 (06/19/2023)
BUG FIXES
- Fix incorrect module paths in sys::bash (Andrew Forgue https://github.com/ajf)
0.9.24 (02/17/2019)
IMPROVEMENTS
- Fix rsync on Linux (Matt Dainty matt@bodgit-n-scarper.com).
0.9.23 (05/19/2018)
IMPROVEMENTS
- Use ensure_packages to install unzip (Kyle Williams kyle.williams@netapp.com).
- Support Suse in sys::luks (Sven Büsing github@svenbuesing.de).
0.9.22 (10/26/2016)
BUG FIXES
- Fix undefined variables (Joshua Spence josh@freelancer.com).
0.9.21 (10/19/2016)
IMPROVEMENTS
- Use ensure_packages to install wget.
0.9.20 (06/19/2016)
IMPROVEMENTS
- Add support for RHEL7 (GH-11).
- Update name of cryptsetup package for RHEL7 (GH-16)
0.9.19 (08/27/2015)
FEATURES
- Add SSH host and key exchange algorithm parameters (GH-8).
IMPROVEMENTS
- Fix various linting issues in manifests (GH-9).
- Validate SSH parameters (GH-8).
- Upgrade to Git 2.5.0 on windows platforms (GH-7).
- Enable
source
parameter for allsys::iptables
protocol classes. sys::apt::sources
is now an ensurable resource.sys::inifile
improvements (GH-6).
BUG FIXES
- Ed22519 host keys are actually supported on Ubuntu 14 / Debian 7 on up.
0.9.18 (05/08/2015)
FEATURES:
- Add
sys::openbsd::disk
defined type for partioning and formatting OpenBSD disk devices.
IMPROVEMENTS:
- Add support for pflow devices to
sys::openbsd::interface
. - Clean up
sys::ssh::config
andsys::ssh::service
. - Use native service resources for SSH on OpenBSD 5.7+.
BUG FIXES:
- Fix
sys::screen
package parameters for OpenBSD 5.7.
0.9.17 (04/08/2015)
IMPROVEMENTS:
- Updates for OpenBSD manifests (GH-4)
BUG FIXES:
- SELinux template location fix from Bill Weiss (GH-5)
Dependencies
- puppetlabs/stdlib (>= 4.7.0 <5.0.0)
Copyright 2013-2015 Counsyl, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.