diff --git a/Puppetfile b/Puppetfile index 891320a26..dbb4c2813 100644 --- a/Puppetfile +++ b/Puppetfile @@ -231,6 +231,6 @@ mod 'vswitch', :git => 'https://github.com/stackforge/puppet-vswitch.git' mod 'xinetd', - :commit => '902825112b383dc837acfdd326457f5ba2c5921b', + :commit => '1420bf2bf2462a95185e9d2fffdf0a93edd8c7dc', :git => 'https://github.com/puppetlabs/puppetlabs-xinetd.git' diff --git a/xinetd/manifests/params.pp b/xinetd/manifests/params.pp index 8c226779f..44f368d45 100644 --- a/xinetd/manifests/params.pp +++ b/xinetd/manifests/params.pp @@ -1,3 +1,5 @@ +# == Class: xinetd::params +# class xinetd::params { $default_user = 'root' $default_group = 'root'