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: Iba9d98084242d50d6a764f3dbaf3b81c3536343b
This commit is contained in:
Andrey Nikitin 2016-03-21 19:02:21 +03:00
parent 677d48d42f
commit e7095a8c62
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# == Class: unattended_upgrades
#
class unattended_upgrades(
$ensure = present,
$ensure = present,
$origins = [],
) {
package { 'unattended-upgrades':