Sha256: f62b933e5d05be2fa17da514b4765819a228cae3efe5fdedbc4fd8828aae0e99

Contents?: true

Size: 588 Bytes

Versions: 9

Compression:

Stored size: 588 Bytes

Contents

test_name 'CODEMGMT-62 - C63199 - Install Utilities for r10k Integration Testing'

#Init
filebucket_path = '/opt/filebucket'
filebucket_script_path = '/etc/profile.d/filebucket_path.sh'

filebucket_script = <<-SCRIPT
#!/bin/bash
export PATH="${PATH}:#{filebucket_path}"
SCRIPT

step 'Install "filebucket" File Generator'
create_remote_file(master, filebucket_script_path, filebucket_script)
on(master, "git clone git://github.com/puppetlabs/filebucket.git #{filebucket_path}")

on(master, "chmod 755 #{filebucket_script_path}")
on(master, "chmod 755 #{filebucket_path}/filebucketapp.py")

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
r10k-3.2.0 integration/pre-suite/30_test_utils.rb
r10k-3.1.1 integration/pre-suite/30_test_utils.rb
r10k-3.1.0 integration/pre-suite/30_test_utils.rb
r10k-2.6.5 integration/pre-suite/30_test_utils.rb
r10k-3.0.3 integration/pre-suite/30_test_utils.rb
r10k-3.0.2 integration/pre-suite/30_test_utils.rb
r10k-3.0.1 integration/pre-suite/30_test_utils.rb
r10k-3.0.0 integration/pre-suite/30_test_utils.rb
r10k-2.6.4 integration/pre-suite/30_test_utils.rb