./manifests/api.pp - WARNING: indentation of => is not properly aligned
(expected in column 19, but found it in column 20) on line 129
./manifests/api.pp - WARNING: indentation of => is not properly aligned
(expected in column 19, but found it in column 20) on line 130
./manifests/api.pp - WARNING: indentation of => is not properly aligned
(expected in column 19, but found it in column 20) on line 131
./manifests/api.pp - WARNING: indentation of => is not properly aligned
(expected in column 19, but found it in column 20) on line 132
./manifests/api.pp - WARNING: indentation of => is not properly aligned
(expected in column 19, but found it in column 20) on line 133

Change-Id: I856fa19c294dc89af4f98d0365f17d958cb7bcc3
This commit is contained in:
Tobias Urdin 2018-12-11 11:46:37 +01:00
parent 9f812beefb
commit a42b7ad6c7
1 changed files with 5 additions and 5 deletions

View File

@ -126,11 +126,11 @@ class magnum::api(
if $service_name == $::magnum::params::api_service {
service { 'magnum-api':
ensure => $ensure,
name => $::magnum::params::api_service,
enable => $enabled,
hasstatus => true,
tag => ['magnum-service', 'magnum-db-sync-service'],
ensure => $ensure,
name => $::magnum::params::api_service,
enable => $enabled,
hasstatus => true,
tag => ['magnum-service', 'magnum-db-sync-service'],
}
} elsif $service_name == 'httpd' {
include ::apache::params