Recommit for updates in build 67
This commit is contained in:
@@ -235,7 +235,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_bootstrap_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
|
||||
# requestlogging.xml
|
||||
@@ -250,7 +250,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_request_logging_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
|
||||
# logback.xml
|
||||
@@ -265,7 +265,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_logback_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
|
||||
# config.ini
|
||||
@@ -280,7 +280,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_puppetdb_config_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
|
||||
# database.ini
|
||||
@@ -295,7 +295,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_puppetdb_database_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
|
||||
# jetty.ini
|
||||
@@ -310,7 +310,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_puppetdb_jetty_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
|
||||
# repl.ini
|
||||
@@ -325,7 +325,7 @@ class puppet_cd::puppetdb::files (
|
||||
seltype => puppet_etc_t,
|
||||
seluser => system_u,
|
||||
content => template($pt_puppetdb_repl_erb),
|
||||
notify => Service[$pt_puppetdb],
|
||||
notify => Service[$pt_db_service],
|
||||
}
|
||||
}
|
||||
}</pre>
|
||||
|
||||
Reference in New Issue
Block a user