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 aa7fbee commit d6711f7Copy full SHA for d6711f7
rake/spec/spec_helper.rb
@@ -84,13 +84,15 @@ class ST2Spec
84
/opt/stackstorm/packs),
85
mistral: [
86
'/etc/mistral',
87
+ '/etc/logrotate.d',
88
+ '/opt/stackstorm/mistral',
89
[ '/var/log/mistral', example: Proc.new {|_| be_writable.by('owner')} ]
90
]
91
},
92
93
package_has_files: {
- st2common: %w(/etc/st2/st2.conf),
- mistral: %w(/etc/mistral/mistral.conf)
94
+ st2common: %w(/etc/st2/st2.conf /etc/logrotate.d/st2),
95
+ mistral: %w(/etc/mistral/mistral.conf /etc/logrotate.d/mistral)
96
97
98
package_has_users: {
0 commit comments