Skip to content
Snippets Groups Projects
Verified Commit 3cf88a91 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

add stretch support for emacs-nox

parent 88055a1e
No related branches found
No related tags found
1 merge request!7Puppet5 lonlone
...@@ -126,8 +126,9 @@ class base::os::debian ( ...@@ -126,8 +126,9 @@ class base::os::debian (
# Handle additional distribution-specific tweaks, usually related to the # Handle additional distribution-specific tweaks, usually related to the
# default package set. # default package set.
case $::lsbdistcodename { case $::lsbdistcodename {
'wheezy': { package { 'emacs23-nox': ensure => present } } 'wheezy': { package { 'emacs23-nox': ensure => present } }
'jessie': { package { 'emacs24-nox': ensure => present } } 'jessie': { package { 'emacs24-nox': ensure => present } }
'stretch': { package { 'emacs-nox': ensure => present } }
} }
# Ensure this file exists, containing only a comment. # Ensure this file exists, containing only a comment.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment