git://scientific.zcu.cz
/
meta-site_hadoop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c3e5e
)
Proo-test on Fedora.
author
František Dvořák
<valtri@civ.zcu.cz>
Sun, 28 Dec 2014 23:03:34 +0000
(
00:03
+0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sun, 28 Dec 2014 23:03:34 +0000
(
00:03
+0100)
manifests/params.pp
patch
|
blob
|
blame
|
history
diff --git
a/manifests/params.pp
b/manifests/params.pp
index
9eb84c6
..
f380c38
100644
(file)
--- a/
manifests/params.pp
+++ b/
manifests/params.pp
@@
-10,6
+10,7
@@
class site_hadoop::params {
}
}
}
+ default: {}
}
$packages = $::osfamily ? {
@@
-18,6
+19,7
@@
class site_hadoop::params {
}
$mc_setup = $::osfamily ? {
debian => '/usr/lib/mc/mc',
+ default => undef,
}
$packages_autoupdate = $::osfamily ? {