Skip to content
Snippets Groups Projects
Commit 9a95144b authored by Bill MacAllister's avatar Bill MacAllister
Browse files

Correct spelling mistake introduced in release/004.040

parent 2747c43d
No related branches found
No related tags found
No related merge requests found
release/004.040 (2015-04-21)
Correct spelling mistake introduced in release/004.038. (whm)
release/004.039 (2015-04-21) release/004.039 (2015-04-21)
Correct install of emacs on jessie systems. (whm) Correct install of emacs on jessie systems. (whm)
......
...@@ -64,7 +64,7 @@ class base::os::debian { ...@@ -64,7 +64,7 @@ class base::os::debian {
recurse => true, recurse => true,
purge => true, purge => true,
} }
if $::lbdistcodename == 'wheezy' { if $::lsbdistcodename == 'wheezy' {
file { '/etc/apt/preferences.d/rsyslog': file { '/etc/apt/preferences.d/rsyslog':
content => template('base/os/preferences/rsyslog.erb') content => template('base/os/preferences/rsyslog.erb')
} }
......
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