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
Adullact
puppet-freeipa
Commits
4eedbbb6
Commit
4eedbbb6
authored
Nov 16, 2020
by
Fabien Combernous
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc : missing ipa_master_fqdn mandatory parameter
parent
b8b09cd5
Pipeline
#11620
passed with stages
in 46 minutes and 46 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+2
-0
REFERENCE.md
REFERENCE.md
+1
-0
manifests/init.pp
manifests/init.pp
+1
-0
No files found.
README.md
View file @
4eedbbb6
...
...
@@ -64,6 +64,7 @@ class {'freeipa':
enable_hostname => true,
manage_host_entry => true,
install_epel => true,
ipa_master_fqdn => '
ipa
-
server
-
1
.
example
.
lan
'
,
}
```
...
...
@@ -99,6 +100,7 @@ class {'freeipa':
ipa_master_fqdn
=>
'ipa.example.lan'
,
puppet_admin_password
=>
'vagrant123'
,
ip_address
=>
$ipaddress
,
ipa_master_fqdn
=>
'ipa-server-1.example.lan'
,
}
```
...
...
REFERENCE.md
View file @
4eedbbb6
...
...
@@ -47,6 +47,7 @@ class {'freeipa':
enable_hostname
=>
true
,
manage_host_entry
=>
true
,
install_epel
=>
true
,
ipa_master_fqdn
=>
'ipa-server-1.example.lan'
,
}
```
...
...
manifests/init.pp
View file @
4eedbbb6
...
...
@@ -14,6 +14,7 @@
# enable_hostname => true,
# manage_host_entry => true,
# install_epel => true,
# ipa_master_fqdn => 'ipa-server-1.example.lan',
# }
#
# Parameters
...
...
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