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:
parent
10820fb938
commit
1bf847c600
@ -16,7 +16,7 @@
|
||||
#
|
||||
class simpleproxy::server (
|
||||
$db_host,
|
||||
$db_port='3306',
|
||||
$db_port = '3306',
|
||||
) {
|
||||
|
||||
file { '/etc/mysql-proxy/mysql-proxy.conf':
|
||||
|
Loading…
Reference in New Issue
Block a user