Class | ipa::server |
In: |
/modules/ipa/manifests/server.pp
|
Parent: | ipa::params |
Class: ipa::server
IPA server. Note that all of the parameters are only used when initially installing and configuring the IPA server instance. If any parameters are changed later on, it will not be taken into account.
Sample Usage :
class { 'ipa::server': realm_name => 'EXAMPLE.COM', domain_name => 'example.com', dm_password => 'godBechyuemtir', admin_password => 'KierwirgOrokCyb', install_options => '--ssh-trust-dns --subject="O=Example" --setup-dns --forwarder=8.8.8.8 --forwarder=8.8.4.4 --reverse-zone=1.168.192.in-addr.arpa.', }