diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-10-20 00:03:40 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-10-20 00:03:40 +0300 |
commit | 537a14a19d232672f15a41aa8b4e0423b2fb216e (patch) | |
tree | 01cdccef44da06300fbe57911966b78ee777afb3 /modules/buildsystem/manifests/binrepo.pp | |
parent | a0621b95e1cdd3c87ff7eb8e25884d27f3938e4b (diff) | |
download | puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar.gz puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar.bz2 puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.tar.xz puppet-537a14a19d232672f15a41aa8b4e0423b2fb216e.zip |
lint fixes for buildsystem
Diffstat (limited to 'modules/buildsystem/manifests/binrepo.pp')
-rw-r--r-- | modules/buildsystem/manifests/binrepo.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/binrepo.pp b/modules/buildsystem/manifests/binrepo.pp index 9e449627..4c0bf378 100644 --- a/modules/buildsystem/manifests/binrepo.pp +++ b/modules/buildsystem/manifests/binrepo.pp @@ -5,7 +5,7 @@ class buildsystem::binrepo { # upload-bin script use the mailx command provided by nail package { 'nail': - ensure => installed, + ensure => installed, } user { $buildsystem::var::binrepo::login: |