Skip to content
Steven Kreuzer edited this page Jan 4, 2017 · 15 revisions

Example System Configuration Files

This page aims to be a collection of system configuration files which can be used as a reference when developing and extending platform support for cfengine

/etc/os-release

Amazon Linux 2016.09

NAME="Amazon Linux AMI"  
VERSION="2016.09"  
ID="amzn"  
ID_LIKE="rhel fedora"  
VERSION_ID="2016.09"
PRETTY_NAME="Amazon Linux AMI 2016.09"
ANSI_COLOR="0;33"
CPE_NAME="cpe:/o:amazon:linux:2016.09:ga"
HOME_URL="http://aws.amazon.com/amazon-linux-ami/"

Debian 8.5

PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
NAME="Debian GNU/Linux"
VERSION_ID="8"
VERSION="8 (jessie)"
ID=debian
HOME_URL="http://www.debian.org/"
SUPPORT_URL="http://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Clone this wiki locally