Merge "Add require for /etc/neutron/dnsmasq-neutron.conf"
This commit is contained in:
commit
2c2574029f
@ -10,5 +10,6 @@ file { '/etc/neutron/dnsmasq-neutron.conf':
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => 'neutron',
|
group => 'neutron',
|
||||||
mode => '0640',
|
mode => '0640',
|
||||||
|
require => Class['::neutron'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user