Fix lint warnings about ensure placement
This commit is contained in:
parent
a8ebd9417c
commit
96fb1bacbc
21 changed files with 53 additions and 48 deletions
|
@ -36,11 +36,11 @@ class adobe::flash {
|
|||
|
||||
include adobe::common
|
||||
package { "adobe-flash-plugin":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "adobe-flashplugin",
|
||||
default => "flash-plugin",
|
||||
},
|
||||
ensure => installed,
|
||||
require => Class["adobe::common"],
|
||||
}
|
||||
|
||||
|
@ -53,11 +53,11 @@ class adobe::reader {
|
|||
|
||||
include adobe::common
|
||||
package { "acroread":
|
||||
ensure => installed,
|
||||
name => $::operatingsystem ? {
|
||||
"ubuntu" => "acroread",
|
||||
default => "AdobeReader_enu",
|
||||
},
|
||||
ensure => installed,
|
||||
require => Class["adobe::common"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue