Merge pull request #7 from Seb-Solon/patch-1

Replace platform_family method and use attribute instead
This commit is contained in:
Jan Klare 2017-11-23 15:53:55 +01:00 committed by GitHub
commit 51b778c6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ default['openstack']['dns']['pool']['bind_host'] = '127.0.0.1'
# platform-specific settings
default['openstack']['dns']['user'] = 'designate'
default['openstack']['dns']['group'] = 'designate'
case platform_family
case node['platform_family']
# Note(jh): TBC
when 'rhel'
default['openstack']['dns']['platform'] = {