update Readme and add yum repo
This commit is contained in:
@@ -5,10 +5,9 @@
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
class puppet_cd::main::yumrepo (
|
class puppet_cd::main::yumrepo (
|
||||||
|
|
||||||
) inherits puppet_cd::params {
|
) inherits puppet_cd::params {
|
||||||
|
|
||||||
# install repo rpm, which will install all the yum repos
|
# install repo rpm, which will install all the yum repos
|
||||||
package { $pt_package_url:
|
package { $pt_package_url:
|
||||||
ensure => $pt_pkg_ensure
|
ensure => $pt_pkg_ensure,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user