Indentation of the class parameter is refactored

Indentation of the parameter changed
to follow Puppet Style Guide recommendation [0].

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: Ibf31967b471e146d7241c8b56e2974335335d7fb
This commit is contained in:
Andrey Nikitin 2016-03-21 18:31:03 +03:00
parent 10820fb938
commit 1bf847c600

View File

@ -16,7 +16,7 @@
# #
class simpleproxy::server ( class simpleproxy::server (
$db_host, $db_host,
$db_port='3306', $db_port = '3306',
) { ) {
file { '/etc/mysql-proxy/mysql-proxy.conf': file { '/etc/mysql-proxy/mysql-proxy.conf':