Update default puppet version in script

Now Puppet 7 is the minimum version supported.
Change-Id: I82e897b44cea2642111d4453d1d2d8200d7857f0
This commit is contained in:
Takashi Kajinami
2024年10月20日 03:47:24 +09:00
parent dc2c54ae01
commit 51133c1008

View File

@@ -18,7 +18,7 @@ source ${SCRIPT_DIR}/functions
export WORKSPACE=${WORKSPACE:-/tmp}
export CEPH_VERSION=${CEPH_VERSION:-reef}
export PUPPET_MAJ_VERSION=${PUPPET_MAJ_VERSION:-6}
export PUPPET_MAJ_VERSION=${PUPPET_MAJ_VERSION:-7}
export SCENARIO=${SCENARIO:-scenario001}
export MANAGE_PUPPET_MODULES=${MANAGE_PUPPET_MODULES:-true}
export MANAGE_REPOS=${MANAGE_REPOS:-true}
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.