From a7d0997489d71d9d53a5a1990ff5211169dcdfc5 Mon Sep 17 00:00:00 2001 From: Melissa Stone Date: Wed, 25 Apr 2018 10:00:40 -0700 Subject: Fix spec tests and rubocop errors --- lib/puppet/type/mailalias.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib') diff --git a/lib/puppet/type/mailalias.rb b/lib/puppet/type/mailalias.rb index fde34be..59c88ef 100644 --- a/lib/puppet/type/mailalias.rb +++ b/lib/puppet/type/mailalias.rb @@ -2,13 +2,13 @@ module Puppet Type.newtype(:mailalias) do desc <<-DESC -Creates an email alias in the local alias database. + Creates an email alias in the local alias database. -@example using mailalias to redirect mail for the ftp account to root's mailbox -mailalias { 'ftp': - ensure => present, - recipient => 'root', -} + @example using mailalias to redirect mail for the ftp account to root's mailbox + mailalias { 'ftp': + ensure => present, + recipient => 'root', + } DESC ensurable -- cgit v1.2.3