This commit is contained in:
@@ -21,7 +21,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_bootstrap_erb),
|
content => template($pt_bootstrap_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# requestlogging.xml
|
# requestlogging.xml
|
||||||
@@ -36,7 +36,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_request_logging_erb),
|
content => template($pt_request_logging_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# logback.xml
|
# logback.xml
|
||||||
@@ -51,7 +51,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_logback_erb),
|
content => template($pt_logback_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# config.ini
|
# config.ini
|
||||||
@@ -66,7 +66,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_puppetdb_config_erb),
|
content => template($pt_puppetdb_config_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# database.ini
|
# database.ini
|
||||||
@@ -81,7 +81,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_puppetdb_database_erb),
|
content => template($pt_puppetdb_database_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# jetty.ini
|
# jetty.ini
|
||||||
@@ -96,7 +96,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_puppetdb_jetty_erb),
|
content => template($pt_puppetdb_jetty_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
|
|
||||||
# repl.ini
|
# repl.ini
|
||||||
@@ -111,7 +111,7 @@ class puppet_cd::puppetdb::files (
|
|||||||
seltype => puppet_etc_t,
|
seltype => puppet_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
content => template($pt_puppetdb_repl_erb),
|
content => template($pt_puppetdb_repl_erb),
|
||||||
notify => Service[$pt_puppetdb],
|
notify => Service[$pt_db_service],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user