Mercurial > repos > other > Puppet
view modules/concat/distelli-manifest.yml @ 454:d0e7979c7e8c
Update PHP configs for Ubuntu
Mostly fixing some INI naming so that it is consistent
between packages and what we write (so we don't end up with
mixed/duplicate content)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 13 Aug 2023 15:26:37 +0100 |
parents | d9352a684e62 |
children |
line wrap: on
line source
team-modules/puppetlabs-concat: PreBuild: - source /opt/rh/rh-ruby25/enable - echo "--- LETS update BUNDLER ---" - bundle install --path vendor/bundle --jobs 3 Build: - echo "--- PROVISIONING ---" - source /opt/rh/rh-ruby25/enable - bundle exec rake litmus:provision_list[release_checks] - cat inventory.yaml - echo "--- AGENT INSTALLATION ---" - bundle exec rake litmus:install_agent - echo "--- MODULE INSTALLATION ---" - bundle exec rake litmus:install_module - echo "--- TESTS RUNNING ---" - bundle exec rake litmus:acceptance:parallel AfterBuildSuccess: - source /opt/rh/rh-ruby25/enable - bundle exec rake litmus:tear_down AfterBuildFailure: - source /opt/rh/rh-ruby25/enable - bundle exec rake litmus:tear_down CommitData: - RepoType: Git - RepoPath: .