diff --git a/puppet-module-pipeline.yaml b/puppet-module-pipeline.yaml index bd7517f410856ac1fa7ff3458da5e930b84f07c1..a78a54b2b14c4d96dacd0f79388b121c740fcecf 100644 --- a/puppet-module-pipeline.yaml +++ b/puppet-module-pipeline.yaml @@ -31,7 +31,7 @@ pdk-validate: touch Gemfile Gemfile.local # For PDK 3.2.0 (it can report as the unreleased 3.1.0) - if [ "$PDK_VERSION" == "3.1.0" ] || [ "$PDK_VERSION" == "3.1.0" ]; then + if [ "$PDK_VERSION" == "3.1.0" ] || [ "$PDK_VERSION" == "3.2.0" ]; then if [ "$PDK_RESOLVED_RUBY_VERSION" == "2.7.8" ]; then echo "Locking racc to 1.4.16" sed -e '/"racc"/d' -e "/'racc'/d" -i Gemfile Gemfile.local