Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
base
Commits
59b6c2e0
Commit
59b6c2e0
authored
10 years ago
by
Adam Lewenberg
Browse files
Options
Downloads
Patches
Plain Diff
release/004.027: define basemodulepath for puppetservice1-dev
parent
e82c7e51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+9
-4
9 additions, 4 deletions
NEWS
templates/puppetclient/puppet.conf.template.erb
+11
-0
11 additions, 0 deletions
templates/puppetclient/puppet.conf.template.erb
with
20 additions
and
4 deletions
NEWS
+
9
−
4
View file @
59b6c2e0
release/004.027 (2015-02-24)
[puppetclient] Set up basemodulepath configuration directive for
puppetservice1-dev (adamhl)
release/004.026 (2015-02-24)
release/004.026 (2015-02-24)
[yumtools] added new group of yum-related
[yumtools] added new group of yum-related
commands that can be used to manage package
commands that can be used to manage package
pins, groups, yum plugins and gpg keys
pins, groups, yum plugins and gpg keys
(jlent)
(jlent)
release/004.025 (2015-02-23)
release/004.025 (2015-02-23)
[rpm] regression of the ensure of the
[rpm] regression of the ensure of the
versionlock.list file. A blank version of this
versionlock.list file. A blank version of this
file is already installed with yum-*-versionlock,
file is already installed with yum-*-versionlock,
and since a single file is used for all current
and since a single file is used for all current
...
@@ -29,8 +34,8 @@ release/004.023 (2015-02-20)
...
@@ -29,8 +34,8 @@ release/004.023 (2015-02-20)
release/004.022 (2015-02-17)
release/004.022 (2015-02-17)
[syslog] Correct template names for the impstats fragments that
[syslog] Correct template names for the impstats fragments that
support debugging rsyslog problems. Update the documentation in
support debugging rsyslog problems. Update the documentation in
the base::syslog::fragment to make debugging a bit easier.
the base::syslog::fragment to make debugging a bit easier.
release/004.021 (2015-02-17)
release/004.021 (2015-02-17)
...
...
This diff is collapsed.
Click to expand it.
templates/puppetclient/puppet.conf.template.erb
+
11
−
0
View file @
59b6c2e0
...
@@ -147,6 +147,17 @@ rundir = /var/run/puppet
...
@@ -147,6 +147,17 @@ rundir = /var/run/puppet
# when acting as puppet master, so we use a different directory.
# when acting as puppet master, so we use a different directory.
ssldir = /srv/puppetmaster/ssl
ssldir = /srv/puppetmaster/ssl
<%
end
-%>
<%
end
-%>
<%
if
(
hostname
=~
/puppetservice1-dev/
)
then
-%>
# Here we the GLOBAL module search path. This path is searched by ALL
# environments. This is usefule when you have Puppet code that you want
# all your environments to have access to, e.g., stdlib.
#
# Note well that for this path to be seen, you need to append it to the
# modulepath directgive in each environments environment.conf, e.g.,
# modulepath = services:modules:$basemodulepath
basemodulepath = /usr/share/puppet/modules
<%
end
-%>
# List of reports to run
# List of reports to run
<%
if
(
puppet3
)
-%>
<%
if
(
puppet3
)
-%>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment