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:
parent
677d48d42f
commit
e7095a8c62
@ -1,7 +1,7 @@
|
||||
# == Class: unattended_upgrades
|
||||
#
|
||||
class unattended_upgrades(
|
||||
$ensure = present,
|
||||
$ensure = present,
|
||||
$origins = [],
|
||||
) {
|
||||
package { 'unattended-upgrades':
|
||||
|
Loading…
x
Reference in New Issue
Block a user