Comment # 6 on bug 916005 from
Currently I do not see any way to use this package from an Autoyast
perspective.

The only option the package accepts is $PUPPET_EXTRA_OPTS

trying to provide a server through this like:

PUPPET_EXTRA_OPTS="--server puppetserver.example.com"

results in

M�r 13 14:57:36 hostname puppet[19539]: Error: Could not parse application
options: invalid option: --server 

trying this:

PUPPET_EXTRA_OPTS="--server=puppetserver.example.com"

results in 

M�r 13 14:58:45 hostname puppet-agent[19548]: Could not request certificate:
getaddrinfo: Name or service not known

The only way I have now is to provide a complete puppet.conf through a
postinstall script or similar.


You are receiving this mail because: