Merge "fix horizon fernet container"
This commit is contained in:
commit
aa378bfa3a
@ -2,6 +2,12 @@
|
|||||||
{
|
{
|
||||||
"command": "{{ cron_cmd }}",
|
"command": "{{ cron_cmd }}",
|
||||||
"config_files": [{
|
"config_files": [{
|
||||||
|
"source": "{{ container_config_directory }}/keystone.conf",
|
||||||
|
"dest": "/etc/keystone/keystone.conf",
|
||||||
|
"owner": "keystone",
|
||||||
|
"perm": "0600"
|
||||||
|
},
|
||||||
|
{
|
||||||
"source": "{{ container_config_directory }}/crontab",
|
"source": "{{ container_config_directory }}/crontab",
|
||||||
"dest": "/var/spool/cron/crontabs/root/fernet-cron",
|
"dest": "/var/spool/cron/crontabs/root/fernet-cron",
|
||||||
"owner": "root",
|
"owner": "root",
|
||||||
@ -20,4 +26,4 @@
|
|||||||
"perm": "0755"
|
"perm": "0755"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user