>
> figure out if nis packages support having an 'answer' file available to 
> provide the input for those questions and if so, have puppet put the file 
> into place prior to installing the packages. 
>

Great. It does. Thanks =)

These links were useful

http://wiki.debian.org/DebianInstaller/Preseed
http://serverfault.com/questions/228266/how-do-i-generate-a-response-file-to-be-used-with-apt-get-or-aptitude

apt-get install nis
debconf-get-selections | grep nis > nis.seed
--edit nis.seed--
debconf-set-selections nis.seed


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/nDjEb_S9KMUJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to