Fixed alpine for Ubuntu.

This commit is contained in:
Timo Mkinen 2013-04-26 12:25:53 +03:00
parent bd631831ae
commit af9c498fff

View file

@ -20,6 +20,10 @@ class alpine {
file { "/etc/pine.conf.fixed":
ensure => present,
name => $::operatingsystem ? {
"ubuntu" => "/etc/pinerc.fixed",
default => "/etc/pine.conf.fixed",
},
content => template("alpine/pine.conf.fixed.erb"),
mode => "0644",
owner => "root",