Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
MODIFIED: changed the two fedora packages to use the ensure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dgutierrez1287 committed Sep 29, 2014
1 parent 0655e06 commit 5ef3385
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@
if $::operatingsystem == 'Fedora' {

# install fedora-packager to the latest version
package { 'fedora-packager':
ensure => latest,
}
ensure_packages('fedora-packager', {'ensure' => 'latest'})

# install rpm-sign to the latest version
package { 'rpm-sign':
ensure => latest,
}
ensure_packages('rpm-sign', {'ensure' => 'latest'})
}
}

0 comments on commit 5ef3385

Please sign in to comment.