From e7095a8c623ada29b4c11c9bde8fcd5ae9e26c72 Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Mon, 21 Mar 2016 19:02:21 +0300 Subject: [PATCH] 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 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 899c073..ce39c39 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,7 +1,7 @@ # == Class: unattended_upgrades # class unattended_upgrades( - $ensure = present, + $ensure = present, $origins = [], ) { package { 'unattended-upgrades':