Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Puppet Camptocamp 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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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 Camptocamp Postfix
Commits
b34589b4
Unverified
Commit
b34589b4
authored
May 30, 2023
by
Tim Meusel
Committed by
GitHub
May 30, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request #355 from voxpupuli/mode
document mode param & puppet-lint: enable parameter_documentation check
parents
77707e28
2d157613
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.puppet-lint.rc
+0
-1
0 additions, 1 deletion
.puppet-lint.rc
.sync.yml
+3
-2
3 additions, 2 deletions
.sync.yml
REFERENCE.md
+2
-2
2 additions, 2 deletions
REFERENCE.md
manifests/hash.pp
+2
-0
2 additions, 0 deletions
manifests/hash.pp
with
7 additions
and
5 deletions
.puppet-lint.rc
+
0
−
1
View file @
b34589b4
--fail-on-warnings
--no-parameter_documentation-check
--no-parameter_types-check
This diff is collapsed.
Click to expand it.
.sync.yml
+
3
−
2
View file @
b34589b4
...
...
@@ -3,7 +3,8 @@ Gemfile:
optional
:
'
:development'
:
-
gem
:
ruby-augeas
Rakefile
:
changelog_version_tag_pattern
:
'
%s'
spec/spec_helper_acceptance.rb
:
unmanaged
:
false
.puppet-lint.rc
:
enabled_lint_checks
:
-
parameter_documentation
This diff is collapsed.
Click to expand it.
REFERENCE.md
+
2
−
2
View file @
b34589b4
...
...
@@ -485,7 +485,7 @@ Data type: `String`
A string to define the mydestination parameter in main.cf (postconf(5)).
Example:
`example.com, foo.example.com`
.
Default value:
`'$my
origin
'`
Default value:
`'$my
hostname, localhost.$mydomain, localhost
'`
##### <a name="-postfix--mynetworks"></a>`mynetworks`
...
...
@@ -956,7 +956,7 @@ Default value: `undef`
Data type:
`Variant[String[4,4], Undef]`
the desired file mode
Default value:
`'0640'`
...
...
This diff is collapsed.
Click to expand it.
manifests/hash.pp
+
2
−
0
View file @
b34589b4
...
...
@@ -40,6 +40,8 @@
# with the source parameter.
# Example: `#Destination Credentials\nsmtp.example.com gssapi:nopassword`.
#
# @param mode the desired file mode
#
define
postfix::hash
(
Enum
[
'present'
,
'absent'
]
$ensure
=
'present'
,
Variant
[
Array
[
String
],
String
,
Undef
]
$source
=
undef
,
...
...
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