From c93107ce17464763e67a0534093e260eeacaddc3 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 10 Jul 2013 16:07:36 -0400 Subject: Ensure the spacing between class and ( is consistent. --- manifests/config.pp | 2 +- manifests/init.pp | 2 +- manifests/install.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/config.pp b/manifests/config.pp index b34ef4f..0a4a710 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -1,4 +1,4 @@ -class ntp::config( +class ntp::config ( $config = $ntp::config, $config_template = $ntp::config_template, $panic = $ntp::panic, diff --git a/manifests/init.pp b/manifests/init.pp index 6d594c3..44e310b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,4 +1,4 @@ -class ntp( +class ntp ( $autoupdate = $ntp::params::autoupdate, $config = $ntp::params::config, $config_template = $ntp::params::config_template, diff --git a/manifests/install.pp b/manifests/install.pp index 95d225b..94cb080 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -1,4 +1,4 @@ -class ntp::install( +class ntp::install ( $package_ensure = $ntp::package_ensure, $package_name = $ntp::package_name, ) inherits ntp { -- cgit v1.2.3