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:
1701206
)
Update package metadata after adding Cloudera repository.
author
František Dvořák
<valtri@civ.zcu.cz>
Sat, 13 Dec 2014 16:59:15 +0000
(17:59 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Sat, 13 Dec 2014 16:59:15 +0000
(17:59 +0100)
manifests/config.pp
patch
|
blob
|
blame
|
history
diff --git
a/manifests/config.pp
b/manifests/config.pp
index
983890d
..
d54ff68
100644
(file)
--- a/
manifests/config.pp
+++ b/
manifests/config.pp
@@
-23,5
+23,11
@@
class site_hadoop::config {
path => $site_hadoop::path,
creates => '/etc/apt/sources.list.d/cloudera.list',
}
+ ~>
+ exec { 'apt-get-update':
+ command => 'apt-get update',
+ refreshonly => true,
+ path => $site_hadoop::path,
+ }
}
}