Order of the class parameters is refactored
Order and intendation of those parameters are changed to follow Puppet Style Guide recommendation [0]. Moreover, it will allow to an user to find much faster a variable in a list of variables. [0]. https://docs.puppetlabs.com/guides/style_guide.html Change-Id: Ib80146d49607479a4bb2bd47c33e1a26cfb261f4
This commit is contained in:
parent
b5216be3de
commit
3ed5a7ae00
@ -17,15 +17,15 @@
|
||||
#
|
||||
class stackalytics (
|
||||
$stackalytics_ssh_private_key,
|
||||
$cron_hour = '*/1',
|
||||
$cron_minute = '0',
|
||||
$gerrit_ssh_user = 'stackalytics',
|
||||
$git_revision = 'master',
|
||||
$git_source = 'https://git.openstack.org/openstack/stackalytics',
|
||||
$memcached_listen_ip = '127.0.0.1',
|
||||
$cron_hour = '*/1',
|
||||
$cron_minute = '0',
|
||||
$gerrit_ssh_user = 'stackalytics',
|
||||
$git_revision = 'master',
|
||||
$git_source = 'https://git.openstack.org/openstack/stackalytics',
|
||||
$memcached_listen_ip = '127.0.0.1',
|
||||
$memcached_max_memory = '4096',
|
||||
$memcached_port = '11211',
|
||||
$vhost_name = $::fqdn,
|
||||
$memcached_port = '11211',
|
||||
$vhost_name = $::fqdn,
|
||||
) {
|
||||
include ::httpd
|
||||
include ::httpd::mod::wsgi
|
||||
|
Loading…
x
Reference in New Issue
Block a user