afdata / puppet-ipa

Puppet module that can manage an IPA master, replicas and clients.
0 stars 0 forks source link

dns Setup for master node with wrong quotation marks #1

Closed pemer closed 9 years ago

pemer commented 10 years ago

If you setup a ipa master node with following Options:

  class { "ipa":
    master  => true,
    ntp     => true,
    dns     => true,
    domain  => 'test.local',
    realm   => 'TEST.LOCAL',
    adminpw => "123123123",
    dspw    => "123123123"
  }

this not working because the executions of the /usr/sbin/ipa-server-install in the dns options made it with wrong quotation marks. This are the result of the quotation marks: "--setup-dns --no-forwarders"

The script ipa-server-install says something that the options "--setup-dns --no-forwarders" not exists

pemer commented 9 years ago

this should now fixed