From 3b196c0d2053b03007a7a9dd3ef0bf2e2a4f8000 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 2 Jun 2010 11:47:30 -0500 Subject: added comments to all types --- manifests/alias.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/alias.pp') diff --git a/manifests/alias.pp b/manifests/alias.pp index 6127a23..7a5dd56 100644 --- a/manifests/alias.pp +++ b/manifests/alias.pp @@ -7,6 +7,7 @@ define sudo::alias( $ensure=present, $sudo_alias, $items, + $comment='', $target='/etc/sudoers' ) { sudoers { $name: @@ -14,6 +15,7 @@ define sudo::alias( ensure => $ensure, sudo_alias => $sudo_alias, items => $items, + comment => $comment, target => $target, } } -- cgit v1.2.3