diff --git a/manifests/site.pp b/manifests/site.pp index 300de42e3a..449b473560 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -999,6 +999,7 @@ node 'single-use-slave-bare' { # Node-OS: centos7 # Node-OS: fedora23 +# Node-OS: jessie # Node-OS: precise # Node-OS: trusty # This is not meant to be an actual node that connects to the master. diff --git a/tools/apply-test.sh b/tools/apply-test.sh index 10acaac9da..663f5e58cb 100755 --- a/tools/apply-test.sh +++ b/tools/apply-test.sh @@ -82,6 +82,8 @@ if [[ `lsb_release -i -s` == 'CentOS' ]]; then if [[ `lsb_release -r -s` =~ '7' ]]; then CODENAME='centos7' fi +elif [[ `lsb_release -i -s` == 'Debian' ]]; then + CODENAME=`lsb_release -c -s` elif [[ `lsb_release -i -s` == 'Ubuntu' ]]; then CODENAME=`lsb_release -c -s` elif [[ `lsb_release -i -s` == 'Fedora' ]]; then