This repository was archived by the owner on Apr 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ pkg /*
2
+
Original file line number Diff line number Diff line change 1
1
name ' dimajix-impala'
2
- version ' 0.1.8 '
2
+ version ' 0.1.9 '
3
3
source ' https://github.com/dimajix/puppet-impala'
4
4
author ' Kaya Kupferschmidt <k.kupferschmidt@dimajix.de>'
5
5
license ' MIT'
Original file line number Diff line number Diff line change 4
4
# It sets variables according to platform
5
5
#
6
6
class impala::params {
7
- case $ ::osfamily {
8
- ' Debian ' : {
7
+ case " ${ ::osfamily} - ${::operatingsystem} " {
8
+ /RedHat-Fedora/ : {
9
9
$packages = {
10
10
common => [ ' impala' ],
11
11
catalog => ' impala-catalog' ,
19
19
server => ' impala-server' ,
20
20
}
21
21
}
22
- ' RedHat' : {
22
+ /Debian| RedHat/ : {
23
23
$packages = {
24
24
common => [ ' impala' ],
25
25
catalog => ' impala-catalog' ,
42
42
debian => ' cluster' ,
43
43
redhat => undef ,
44
44
}
45
- $confdir = $ ::osfamily ? {
46
- debian => ' /etc/impala/conf ' ,
47
- redhat => ' /etc/impala ' ,
45
+ $confdir = " ${ ::osfamily} - ${::operatingsystem} " ? {
46
+ /Fedora-RedHat/ => ' /etc/hive ' ,
47
+ /Debian|RedHat/ => ' /etc/hive/conf ' ,
48
48
}
49
49
$config = ' /etc/default/impala'
50
50
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dimajix/impala" ,
3
- "version" : " 0.1.8 " ,
3
+ "version" : " 0.1.9 " ,
4
4
"author" : " Kaya Kupferschmidt <k.kupferschmidt@dimajix.de>" ,
5
5
"summary" : " Puppet module for managing Cloudera Impala" ,
6
6
"license" : " Apache 2.0" ,
You can’t perform that action at this time.
0 commit comments