aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorNan Liu <nan@puppetlabs.com>2012-08-20 10:21:25 -0700
committerNan Liu <nan@puppetlabs.com>2012-08-20 10:21:25 -0700
commitec833cbffc337c6733349061585ce532e4040991 (patch)
tree286b83b4b7ef7e21ce699baae8935ff1dff35a96 /manifests
parent634aad0477bb3480270bc8beaaf8252bc06fcb77 (diff)
downloadpuppet-tftp-ec833cbffc337c6733349061585ce532e4040991.tar.gz
puppet-tftp-ec833cbffc337c6733349061585ce532e4040991.tar.bz2
Update tftp xinetd fix.
* Remove xinetd defaults for user/group. * Fix spec tests.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f91763e..300824d 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -60,8 +60,6 @@ class tftp (
protocol => 'udp',
server_args => "${options} -u ${username} ${directory}",
server => $binary,
- user => 'root',
- group => 'root',
bind => $address,
socket_type => 'dgram',
cps => '100 2',