Skip to content

Commit ee59a33

Browse files
authored
Merge pull request #1845 from jrha/cleanup-metaconfig-icinga-web
ncm-metaconfig: icinga-web: Fix wrapping and indentation in pan
2 parents 6206b19 + cf12968 commit ee59a33

File tree

1 file changed

+8
-8
lines changed
  • ncm-metaconfig/src/main/metaconfig/icinga-web/tests/profiles

1 file changed

+8
-8
lines changed

ncm-metaconfig/src/main/metaconfig/icinga-web/tests/profiles/config.pan

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ prefix '/software/components/metaconfig/services/{/usr/share/icinga-web/app/conf
1212
'password', 'icinga',
1313
'port', 3306,
1414
'database_name', 'icinga',
15-
),
15+
),
1616
'charset', 'utf8',
1717
'manager_attributes', dict(
1818
'attr_model_loading', 'CONSERVATIVE',
19-
),
20-
'caching', dict(
19+
),
20+
'caching', dict(
2121
'enabled', false,
2222
'driver', 'apc',
2323
'use_query_cache', true,
24-
),
24+
),
2525
'prefix', 'icinga_',
2626
'use_retained', true,
2727
'load_models', '%core.module_dir%/Api/lib/database/models/generated',
@@ -37,18 +37,18 @@ prefix '/software/components/metaconfig/services/{/usr/share/icinga-web/app/conf
3737
'password', 'icinga_web',
3838
'port', 3306,
3939
'database_name', 'icinga_web',
40-
),
40+
),
4141
'charset', 'utf8',
4242
'manager_attributes', dict(
4343
'attr_model_loading', 'CONSERVATIVE',
44-
),
45-
'caching', dict(
44+
),
45+
'caching', dict(
4646
'enabled', false,
4747
'driver', 'apc',
4848
'use_query_cache', true,
4949
'use_result_cache', true,
5050
'result_cache_lifespan', 60,
51-
),
51+
),
5252
'load_models', '%core.module_dir%/AppKit/lib/database/models/generated',
5353
'models_directory', '%core.module_dir%/AppKit/lib/database/models',
5454
'class', 'AppKitDoctrineDatabase',

0 commit comments

Comments
 (0)