control-repo/scripts
Romain Tartière ffc1769d2e Improve portability
- Fix shebang: `bash` is not always in `/bin/`, and since the script
  does not have bashism, rely on `sh` which is always in `/bin/`;
- Use `/opt/puppetlabs/puppet/bin/ruby` if this file exist and is
  executable, otherwise use `ruby` from $PATH;
- Use `code_manager_config_version.rb` if `.r10k-deploy.json` is found,
  and `config_version.rb` in all other cases.
2018-05-11 22:25:27 +02:00
..
code_manager_config_version.rb Show the short hostname, not the FQDN in config_version 2017-12-15 12:52:14 -06:00
config_version.rb Resolve Rubocop warnings 2018-05-08 10:46:30 -07:00
config_version.sh Improve portability 2018-05-11 22:25:27 +02:00