Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit 68bfd78

Browse files
Comply with community style plugins
1 parent 3ffdc57 commit 68bfd78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/install.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
case $install {
6060

61-
package: {
61+
'package': {
6262

6363
$headless_suffix = $bool_headless ? {
6464
true => '-headless',
@@ -86,7 +86,7 @@
8686
/(?i:Solaris)/ => $::operatingsystemmajrelease ? {
8787
'10' => "CSWjdk${version}",
8888
'11' => "jdk-${version}",
89-
'5' => "jdk",
89+
'5' => 'jdk',
9090
},
9191
default => fail("OperatingSystem ${::operatingsystem} not supported"),
9292
}
@@ -108,7 +108,7 @@
108108

109109
}
110110

111-
source: {
111+
'source': {
112112
if (!$install_source) {
113113
fail('Required arguement: install_source')
114114
}

0 commit comments

Comments
 (0)