view modules/translate/distelli-manifest.yml @ 399:2c6065b5be5e

Switch to config-based PHP extensions This makes it compatible with Ubuntu, otherwise it keeps trying to re-install the same module because the "phpX.X" package is a virtual package and the Puppet handling of Ubuntu's "is it installed" system is incapable of saying "yes" when a virtual package is installed.
author IBBoard <dev@ibboard.co.uk>
date Wed, 20 Apr 2022 19:08:14 +0100
parents b0f8b88fea5c
children
line wrap: on
line source

team-modules/puppetlabs-translate:
  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: .