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 ceb9863 commit d65858aCopy full SHA for d65858a
prometheus/archive/install.sls
@@ -15,8 +15,8 @@ prometheus-archive-install-prerequisites:
15
- names: {{ p.pkg.deps|json }}
16
file.directory:
17
- name: {{ p.dir.var }}
18
- - user: prometheus
19
- - group: prometheus
+ - user: {{ p.identity.rootuser }}
+ - group: {{ p.identity.rootgroup }}
20
- mode: 755
21
- makedirs: True
22
- require:
test/integration/default/controls/archive_spec.rb
@@ -26,7 +26,6 @@
26
end
27
describe directory('/var/lib/prometheus') do
28
it { should exist }
29
- its('group') { should eq 'prometheus' }
30
31
describe directory('/opt/prometheus/prometheus-v2.10.0') do
32
0 commit comments