diff options
author | wangyaoguang <sunshine.wang@huawei.com> | 2016-04-26 10:13:59 +0800 |
---|---|---|
committer | wangyaoguang <sunshine.wang@huawei.com> | 2016-04-26 11:27:54 +0800 |
commit | fc3e423277087d08fa19cb1beb43a53e6a32f427 (patch) | |
tree | ddd7e845143c7ef27f4ed59fbfc209401588b8cf /testsuites/rubbos/puppet_manifests/modules | |
parent | 4488b9d07f45c54d81f44913c9f5ec6f9bfe6086 (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.pp | 2 |
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']], } |