Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Scott Barthelemy
puppet-freeipa
Commits
5861a500
Commit
5861a500
authored
Nov 19, 2018
by
Fabien Combernous
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use structured fact with fqdn and update REFERENCE.md accordingly
parent
bc175347
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+1
-1
REFERENCE.md
REFERENCE.md
+2
-2
manifests/init.pp
manifests/init.pp
+1
-1
No files found.
README.md
View file @
5861a500
...
...
@@ -105,7 +105,7 @@ Acceptance tests are done :
*
clients with centos7 and ubuntu1604
Even if puppet
4
should work,
it is
not tested.
Even if puppet
4.10 or IPv6
should work,
they are
not tested.
## Authors
...
...
REFERENCE.md
View file @
5861a500
...
...
@@ -247,7 +247,7 @@ Default value: `true`
##### `ip_address`
Data type:
`Stdlib::IP::Address
::V4
`
Data type:
`Stdlib::IP::Address`
IP address to pass to the IPA installer.
...
...
@@ -257,7 +257,7 @@ Data type: `Stdlib::Fqdn`
Actual fqdn of the IPA server or client.
Default value: $facts['fqdn']
Default value: $facts
[
'
networking'
][
'
fqdn'
]
##### `kstart_package_name`
...
...
manifests/init.pp
View file @
5861a500
...
...
@@ -102,7 +102,7 @@ class freeipa (
Boolean
$install_ipa_client
=
true
,
Boolean
$install_ipa_server
=
true
,
Boolean
$install_sssd
=
true
,
Stdlib
::
Fqdn
$ipa_server_fqdn
=
$facts
[
'fqdn'
],
Stdlib
::
Fqdn
$ipa_server_fqdn
=
$facts
[
'
networking'
][
'
fqdn'
],
String
$kstart_package_name
=
'kstart'
,
String
$ldaputils_package_name
=
$facts
[
'os'
][
'family'
]
?
{
'Debian'
=>
'ldap-utils'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment