Skip to content

Commit 7b883ee

Browse files
authored
Merge branch 'master' into fix/empty-anchor-tags
2 parents 023f9d8 + 9f59cb7 commit 7b883ee

26 files changed

Lines changed: 1503 additions & 23 deletions

_data/nav/openvox_8x.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,16 @@
251251
link: "functions_ruby_documenting.html"
252252
- text: Writing functions (legacy Ruby API --- avoid)
253253
link: "functions_legacy.html"
254+
- text: Designing system configs (roles and profiles)
255+
items:
256+
- text: The roles and profiles method
257+
link: "the_roles_and_profiles_method.html"
258+
- text: Roles and profiles example
259+
link: "roles_and_profiles_example.html"
260+
- text: Designing advanced profiles
261+
link: "designing_advanced_profiles.html"
262+
- text: Designing convenient roles
263+
link: "designing_convenient_roles.html"
254264
- text: Hiera
255265
items:
256266
- text: Hiera

docs/_openvox_8x/config_file_auth.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Config files: auth.conf (LEGACY)"
66
[rest_authconfig]: ./configuration.html#restauthconfig
77
[api]: ./http_api/http_api_index.html
88
[default_file]: https://github.com/puppetlabs/puppet/blob/4.3.0/conf/auth.conf
9-
[environment]: ./environments.html
9+
[environment]: ./environments_about.html
1010
[server_ca]: /openvox-server/latest/config_file_ca.html
1111
[server_master]: /openvox-server/latest/config_file_master.html
1212
[server_auth_conf]: /openvox-server/latest/config_file_auth.html

docs/_openvox_8x/config_file_environment.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ layout: default
33
title: "Config files: environment.conf"
44
---
55

6-
[environment]: ./environments.html
7-
[environmentpath]: ./environments.html#about-environmentpath
6+
[environment]: ./environments_about.html
7+
[environmentpath]: ./environments_creating.html#environmentpath
88
[modulepath]: /puppet/3.8/configuration.html#modulepath
99
[puppet.conf]: ./config_file_main.html
1010
[basemodulepath]: /puppet/3.8/configuration.html#basemodulepath

docs/_openvox_8x/config_file_main.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: "Config files: The main config file (puppet.conf)"
1111
[reports]: ./configuration.html#reports
1212
[modulepath]: ./configuration.html#modulepath
1313
[ssldir]: ./configuration.html#ssldir
14-
[dir_environments]: ./environments.html
14+
[dir_environments]: ./environments_about.html
1515
[environmentpath]: ./configuration.html#environmentpath
1616
[puppetserver_diff]: /openvox-server/latest/puppet_conf_setting_diffs.html
1717

docs/_openvox_8x/config_important_settings.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Configuration: Short list of important settings"
66
[cli_settings]: ./config_about_settings.html#settings-can-be-set-on-the-command-line
77
[trusted_and_facts]: ./lang_facts_and_builtin_vars.html
88
[config_reference]: ./configuration.html
9-
[environments]: ./environments.html
9+
[environments]: ./environments_about.html
1010
[multi_master]: /guides/scaling_multiple_masters.html
1111
[enc]: ./nodes_external.html
1212
[meta_noop]: ./metaparameter.html#noop

docs/_openvox_8x/config_print.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: "Configuration: Checking values of settings"
77
[config_sections]: ./config_file_main.html#config-sections
88
[setting_sources]: ./config_about_settings.html
99
[confdir_sys]: ./dirs_confdir.html#location
10-
[environment]: ./environments.html
10+
[environment]: ./environments_about.html
1111
[confdir]: ./dirs_confdir.html
1212
[vardir]: ./dirs_vardir.html
1313
[modulepath]: ./dirs_modulepath.html

docs/_openvox_8x/config_set.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: "Configuration: Editing settings on the command line"
55

66
[config_sections]: ./config_file_main.html#config-sections
77
[puppet.conf]: ./config_file_main.html
8-
[environments]: ./environments.html
8+
[environments]: ./environments_about.html
99
[confdir_sys]: ./dirs_confdir.html#location
1010

1111
Puppet loads most of its settings from [the puppet.conf config file.][puppet.conf] You can edit this file directly, or you can change individual settings with the `puppet config set` command.

0 commit comments

Comments
 (0)