X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Felasticsearch%2Fmanifests%2Frepo.pp;h=ba6a01dba45bb0ccdcc232c486b614d04ab2a4ec;hb=cabe85bf135a795f842570fd1fa438b1c60a046d;hp=326652d99a3f737570f52d6fc3dd7ab0d815bca0;hpb=47e66c55978a019774cdbfa777be7bbcec325863;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/elasticsearch/manifests/repo.pp b/3rdparty/modules/elasticsearch/manifests/repo.pp index 326652d99..ba6a01dba 100644 --- a/3rdparty/modules/elasticsearch/manifests/repo.pp +++ b/3rdparty/modules/elasticsearch/manifests/repo.pp @@ -58,7 +58,7 @@ class elasticsearch::repo { exec { 'elasticsearch_suse_import_gpg': command => 'rpmkeys --import http://packages.elasticsearch.org/GPG-KEY-elasticsearch', unless => 'test $(rpm -qa gpg-pubkey | grep -i "D88E42B4" | wc -l) -eq 1 ', - notify => [ Zypprepo['elasticsearch'] ] + notify => [ Zypprepo['elasticsearch'] ], } zypprepo { 'elasticsearch': @@ -68,7 +68,7 @@ class elasticsearch::repo { name => 'elasticsearch', gpgcheck => 1, gpgkey => 'http://packages.elasticsearch.org/GPG-KEY-elasticsearch', - type => 'yum' + type => 'yum', } } default: {