Revision 0a606b0ebd7fa0061995afaa29e9558af481653a authored by Filippo Giunchedi on 06 June 2017, 14:44:00 UTC, committed by Filippo Giunchedi on 06 June 2017, 15:00:00 UTC
In production the swift user already exists post-provisioning because of
T123918, also create/chown its home

Bug: T162609
Change-Id: I8eb1344db2e32386741d71a4f3cf0f38fbbeaebc
1 parent 593b6ea
Raw File
.ctags
-h pp
--langdef=puppet
--langmap=puppet:.pp
--languages=puppet
--regex-puppet=/^class[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/c,class/
--regex-puppet=/^site[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/s,site/
--regex-puppet=/^node[ \t]*([a-zA-Z0-9_\-]+)[ \t]*/\1/n,node/
--regex-puppet=/^define[ \t]*([:a-zA-Z0-9_\-]+)[ \t]*/\1/d,definition/
back to top