Skip to content

Commit

Permalink
#460: epel_release.pp, adjust docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff1evesque committed Apr 21, 2016
1 parent 563d6d8 commit 0b17bc0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
### https://github.com/jeff1evesque/machine-learning/issues/2349
###
class package::epel-release {
## install <package name>-<version info>
## install package
#
# Note: the 'epel-release' package, is installed via the following syntax:
#
# <package name>-<version info>
package { 'epel-release-7-6':
ensure => 'installed',
}
Expand Down

0 comments on commit 0b17bc0

Please sign in to comment.