Fixed alpine for Ubuntu.
This commit is contained in:
parent
bd631831ae
commit
af9c498fff
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ class alpine {
|
||||||
|
|
||||||
file { "/etc/pine.conf.fixed":
|
file { "/etc/pine.conf.fixed":
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
name => $::operatingsystem ? {
|
||||||
|
"ubuntu" => "/etc/pinerc.fixed",
|
||||||
|
default => "/etc/pine.conf.fixed",
|
||||||
|
},
|
||||||
content => template("alpine/pine.conf.fixed.erb"),
|
content => template("alpine/pine.conf.fixed.erb"),
|
||||||
mode => "0644",
|
mode => "0644",
|
||||||
owner => "root",
|
owner => "root",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue