@@ -72,30 +72,30 @@ platforms:
72
72
- gem install multipart-post:2.1.1 r10k:2.6.7
73
73
- cd /home/kitchen/puppet && r10k puppetfile install --moduledir=/tmp/modules
74
74
75
- - name : opensuse/leap-15
76
- # Workaround for flakes on initializing opensuse/leap-15:
77
- # => SCP did not finish successfully (255): (Net::SCP::Error)
78
- transport :
79
- max_ssh_sessions : 1
80
- driver_config :
81
- # we use a custom image that runs systemd
82
- image : ' datadog/docker-library:chef_kitchen_systemd_opensuse_leap_15'
83
- run_command : /root/start.sh
84
-
85
- driver :
86
- provision_command :
87
- - zypper ar -G https://yum.puppet.com/puppet/sles/15/x86_64/ puppet-repo
88
- - zypper install -y puppet-agent ruby=2.5
89
- - gem install bundler -v '= 1.17.3'
90
- - gem install net-ssh -v '= 6.1.0'
91
- - gem install serverspec rspec
92
- - ln -s /usr/bin/rspec.ruby2.5 /usr/bin/rspec
93
- - ln -s /opt/puppetlabs/puppet/bin/puppet /usr/bin/puppet
94
- - mkdir /home/kitchen/puppet
95
- - printf <%= File.read('environments/etc/Puppetfile').inspect %> > /home/kitchen/puppet/Puppetfile
96
-
97
- - /opt/puppetlabs/puppet/bin/gem install multipart-post:2.1.1 r10k:2.6.7
98
- - cd /home/kitchen/puppet && /opt/puppetlabs/puppet/bin/r10k puppetfile install --moduledir=/tmp/modules
75
+ # - name: opensuse/leap-15
76
+ # # Workaround for flakes on initializing opensuse/leap-15:
77
+ # # => SCP did not finish successfully (255): (Net::SCP::Error)
78
+ # transport:
79
+ # max_ssh_sessions: 1
80
+ # driver_config:
81
+ # # we use a custom image that runs systemd
82
+ # image: 'datadog/docker-library:chef_kitchen_systemd_opensuse_leap_15'
83
+ # run_command: /root/start.sh
84
+ #
85
+ # driver:
86
+ # provision_command:
87
+ # - zypper ar -G https://yum.puppet.com/puppet/sles/15/x86_64/ puppet-repo
88
+ # - zypper install -y puppet-agent ruby=2.5
89
+ # - gem install bundler -v '= 1.17.3'
90
+ # - gem install net-ssh -v '= 6.1.0'
91
+ # - gem install serverspec rspec
92
+ # - ln -s /usr/bin/rspec.ruby2.5 /usr/bin/rspec
93
+ # - ln -s /opt/puppetlabs/puppet/bin/puppet /usr/bin/puppet
94
+ # - mkdir /home/kitchen/puppet
95
+ # - printf <%= File.read('environments/etc/Puppetfile').inspect %> > /home/kitchen/puppet/Puppetfile
96
+ #
97
+ # - /opt/puppetlabs/puppet/bin/gem install multipart-post:2.1.1 r10k:2.6.7
98
+ # - cd /home/kitchen/puppet && /opt/puppetlabs/puppet/bin/r10k puppetfile install --moduledir=/tmp/modules
99
99
100
100
verifier :
101
101
name : serverspec
0 commit comments