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:
56ea3cf
)
Fix cloudera sources files.
author
František Dvořák
<valtri@civ.zcu.cz>
Tue, 23 Dec 2014 14:33:04 +0000
(15:33 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Tue, 23 Dec 2014 14:33:04 +0000
(15:33 +0100)
manifests/cloudera.pp
patch
|
blob
|
blame
|
history
diff --git
a/manifests/cloudera.pp
b/manifests/cloudera.pp
index
493d4c6
..
57112c2
100644
(file)
--- a/
manifests/cloudera.pp
+++ b/
manifests/cloudera.pp
@@
-8,7
+8,7
@@
class site_hadoop::cloudera {
}
->
exec { 'wget-cloudera':
- command => 'wget -P /etc/apt/sources.list.d/ http://archive.cloudera.com/cdh5/debian/wheezy/amd64/cdh/cloudera.list',
+ command => 'wget -P /etc/apt/sources.list.d/ http://archive.cloudera.com/cdh5/debian/wheezy/amd64/cdh/cloudera.list
&& sed -i /etc/apt/sources.list.d/cloudera.list -e "s/\\(deb\\|deb-src\\) http/\\1 [arch=amd64] http/"
',
path => $site_hadoop::path,
creates => '/etc/apt/sources.list.d/cloudera.list',
}