Remove execute permission and shebangs

The appropriate ruby interpreter is determined by the config_version.sh
shell script which explicitely use it to start these ruby scripts.
Removing the execute bit ensure users will not run these script with the
wrong Ruby version.
This commit is contained in:
Romain Tartière 2018-04-07 11:18:26 +02:00
parent ffc1769d2e
commit 61d0147e49
2 changed files with 0 additions and 2 deletions

1
scripts/code_manager_config_version.rb Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/opt/puppetlabs/puppet/bin/ruby
require 'json'
require 'socket'

1
scripts/config_version.rb Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/opt/puppetlabs/puppet/bin/ruby
begin
require 'rugged'
require 'socket'