functions too
This commit is contained in:
parent
3b662164cc
commit
5b7bde1d0f
@ -89,7 +89,7 @@ function default_settings {
|
||||
dhcp_start_address="10.0.0.201"
|
||||
dhcp_end_address="10.0.0.254"
|
||||
mirror_type="default"
|
||||
puppet_master_version="3.0.1-1.el6"
|
||||
puppet_master_version="2.7.19-1.el6"
|
||||
|
||||
# Read settings from file
|
||||
[ -f $FUELCONF ] && source $FUELCONF
|
||||
|
@ -22,7 +22,7 @@ function sync_repo_osci {
|
||||
createrepo .
|
||||
}
|
||||
function get_puppet27 {
|
||||
puppetver="3.0.1-1.el6"
|
||||
puppetver="2.7.19-1.el6"
|
||||
kojitag="puppet27"
|
||||
mkdir -p noarch/ SRPMS/
|
||||
wget "$REPOTOPDIR/$kojitag/$BINARYDIR/puppet-$puppetver.noarch.rpm" -O noarch/puppet-$puppetver.noarch.rpm
|
||||
|
Loading…
Reference in New Issue
Block a user