Fix notify
This commit is contained in:
parent
9f721c38e8
commit
09ee93515c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class sunetdrive::satosa($dehydrated_name=undef,$image='docker.sunet.se/satosa',
|
|||
}
|
||||
file {'/etc/satosa/proxy_conf.yaml':
|
||||
content => inline_template("<%= @merged_conf.to_yaml %>\n"),
|
||||
notify => Sunet::Docker_run['satosa']
|
||||
notify => Sunet::Docker_compose['satosa']
|
||||
}
|
||||
$plugins = hiera('satosa_config')
|
||||
sort(keys($plugins)).each |$n| {
|
||||
|
|
Loading…
Add table
Reference in a new issue