We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2584bf1 commit 5cd8eb3Copy full SHA for 5cd8eb3
1 file changed
bosh-stemcell/spec/stemcells/azure_spec.rb
@@ -60,5 +60,20 @@
60
it { should be_enabled }
61
end
62
63
+
64
+ describe 'WALinuxAgent configuration' do
65
+ describe file('/etc/waagent.conf') do
66
+ it { should be_owned_by('root') }
67
+ end
68
69
+ describe file('/lib/systemd/system/walinuxagent.service') do
70
+ it { should be_mode(0644) }
71
72
73
74
+ describe service('walinuxagent') do
75
+ it { should be_enabled }
76
77
78
79
0 commit comments