File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
describe 'defined type golang::from_tarball' do
11
11
context 'repeated root installs:' do
12
- context 'default ensure with 1.10.4 source' do
12
+ context 'default ensure with gopher-owned source' do
13
13
it 'installs Go' do
14
14
idempotent_apply ( <<~"PUPPET" )
15
15
golang::from_tarball { '/opt/go':
42
42
end
43
43
end
44
44
45
- context 'ensure => present' do
45
+ context 'ensure => present with gopher-owned source ' do
46
46
it 'causes no changes' do
47
47
apply_manifest ( <<~"PUPPET" , catch_changes : true )
48
48
golang::from_tarball { '/opt/go':
133
133
end
134
134
135
135
context 'as a non-root user' do
136
- context 'default ensure with 1.10.4 source' do
136
+ context 'default ensure with gopher-owned source' do
137
137
it 'installs Go' do
138
138
idempotent_apply ( <<~"PUPPET" )
139
139
group { 'user': }
You can’t perform that action at this time.
0 commit comments