Skip to content

Commit

Permalink
manifest: fix install arrow chain for puppet linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjl committed Mar 31, 2017
1 parent 9e93def commit 6d8dd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
proxy => $::kibana::repo_proxy,
priority => $::kibana::repo_priority,
before => Package['kibana'],
} ~>
exec { 'kibana_yumrepo_yum_clean':
}
~> exec { 'kibana_yumrepo_yum_clean':
command => 'yum clean metadata expire-cache --disablerepo="*" --enablerepo="kibana"',
path => [ '/bin', '/usr/bin' ],
refreshonly => true,
Expand Down

0 comments on commit 6d8dd95

Please sign in to comment.