Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-postfix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
puppet-postfix
Commits
fa4f20f6
Commit
fa4f20f6
authored
Jan 10, 2017
by
Alessandro Lorenzi
Committed by
Raphaël Pinson
Jan 10, 2017
Browse files
Options
Downloads
Patches
Plain Diff
Fix hash.pp doc (#159)
parent
f05f78e3
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/hash.pp
+5
-4
5 additions, 4 deletions
manifests/hash.pp
with
5 additions
and
4 deletions
manifests/hash.pp
+
5
−
4
View file @
fa4f20f6
...
...
@@ -8,7 +8,8 @@
#
# [*name*] - the name of the map file.
# [*ensure*] - present/absent, defaults to present.
# [*source*] - file source.
# [*source*] - file source. Mutially exclusive with "content".
# [*content*] - content of the file. Mutially exclusive with "soruce".
#
# === Requires
#
...
...
@@ -16,7 +17,7 @@
#
# === Examples
#
# postfix::hash { '
/etc/postfix/
virtual':
# postfix::hash { 'virtual':
# ensure => present,
# }
# postfix::config { 'virtual_alias_maps':
...
...
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