Lint fixes
This commit is contained in:
parent
96fb1bacbc
commit
f70c8572a5
18 changed files with 71 additions and 43 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
# Install Lynx WWW browser
|
||||
#
|
||||
# === Global variables:
|
||||
|
@ -8,8 +7,8 @@
|
|||
#
|
||||
class lynx {
|
||||
|
||||
if ! $www_default_url {
|
||||
$www_default_url = "http://www.${domain}"
|
||||
if ! $::www_default_url {
|
||||
$www_default_url = "http://www.${::domain}"
|
||||
}
|
||||
|
||||
if $::operatingsystem != "OpenBSD" {
|
||||
|
@ -39,7 +38,7 @@ class lynx {
|
|||
default => "/etc/lynx-site.cfg",
|
||||
},
|
||||
content => template("lynx/lynx-site.cfg.erb"),
|
||||
mode => 0644,
|
||||
mode => "0644",
|
||||
owner => "root",
|
||||
group => $::operatingsystem ? {
|
||||
"openbsd" => "wheel",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue