summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/puppet_manifests/modules
diff options
context:
space:
mode:
authorwangyaoguang <sunshine.wang@huawei.com>2016-04-26 10:13:59 +0800
committerwangyaoguang <sunshine.wang@huawei.com>2016-04-26 11:27:54 +0800
commitfc3e423277087d08fa19cb1beb43a53e6a32f427 (patch)
treeddd7e845143c7ef27f4ed59fbfc209401588b8cf /testsuites/rubbos/puppet_manifests/modules
parent4488b9d07f45c54d81f44913c9f5ec6f9bfe6086 (diff)
read rubbos parameters from a config file
JIRA: BOTTLENECK-68 Change-Id: I0387532f2e8f1d4f03689a42efa7fe745a303eb8 Signed-off-by: wangyaoguang <sunshine.wang@huawei.com>
Diffstat (limited to 'testsuites/rubbos/puppet_manifests/modules')
-rw-r--r--testsuites/rubbos/puppet_manifests/modules/rubbos_httpd/manifests/rubbos_httpd_on.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_httpd/manifests/rubbos_httpd_on.pp b/testsuites/rubbos/puppet_manifests/modules/rubbos_httpd/manifests/rubbos_httpd_on.pp
index 252293b9..cddbe34d 100644
--- a/testsuites/rubbos/puppet_manifests/modules/rubbos_httpd/manifests/rubbos_httpd_on.pp
+++ b/testsuites/rubbos/puppet_manifests/modules/rubbos_httpd/manifests/rubbos_httpd_on.pp
@@ -131,7 +131,7 @@ class rubbos_httpd::rubbos_httpd_on {
ensure => present,
path => "${rubbos_app_tools}/apache2/conf/workers.properties",
source => "puppet:///modules/rubbos_httpd/apache_conf/workers.properties",
- show_diff => present,
+ show_diff => false,
subscribe => [Exec['make install httpd'],Exec['make install mod jk']],
}