diff options
author | Nan Liu <nan.liu@gmail.com> | 2012-09-14 15:45:14 -0700 |
---|---|---|
committer | Nan Liu <nan.liu@gmail.com> | 2012-09-14 15:45:14 -0700 |
commit | c831ab2a75a2fc490d6e1f208c26aa8d6d22df99 (patch) | |
tree | 1c959943673b19890e549cd984eec51256573ecd | |
parent | e22324275c66ed070302026eb0a4b882dd0a2ba0 (diff) | |
parent | d94084b265e920a02f04ad85c54e470cf63ad7a3 (diff) | |
download | puppet-tftp-master.tar.gz puppet-tftp-master.tar.bz2 |
Require the package on the tftp xinetd service.
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 300824d..c342c34 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -66,6 +66,7 @@ class tftp ( flags => 'IPv4', per_source => '11', wait => 'yes', + require => Package[$package], } $svc_ensure = stopped |