Add "conf_file" to ADDITIONAL_OPTS for pillar integration tests

This commit is contained in:
rallytime 2017-05-15 13:52:07 -06:00
parent c8bfb1713f
commit 8ee4bbb8eb

View file

@ -48,6 +48,7 @@ DEFAULT_OPTS = {
'decrypt_pillar_renderers': ['gpg'],
}
ADDITIONAL_OPTS = (
'conf_file',
'file_roots',
'state_top',
'renderer',