Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet_cwsens
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
carbon_weather_projects
puppet_cwsens
Commits
b7978bb2
Commit
b7978bb2
authored
4 years ago
by
Jon Dybeck
Browse files
Options
Downloads
Plain Diff
Merge branch 'test' into 'production'
Fix constricto syntax See merge request
!16
parents
3fe4a2b0
bf22841f
Branches
Branches containing commit
No related tags found
3 merge requests
!22
Update test
,
!20
Pdk convert
,
!16
Fix constricto syntax
Pipeline
#47458
passed
4 years ago
Stage: puppet
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/firewall.pp
+2
-2
2 additions, 2 deletions
manifests/firewall.pp
with
2 additions
and
2 deletions
manifests/firewall.pp
+
2
−
2
View file @
b7978bb2
...
@@ -11,7 +11,7 @@ class puppet_cwsens::firewall{
...
@@ -11,7 +11,7 @@ class puppet_cwsens::firewall{
::
server_firewall::constricto_chain
{
'ipsum-mqtt'
:
}
::
server_firewall::constricto_chain
{
'ipsum-mqtt'
:
}
::
server_firewall::rules_file
{
'55-permit-ipsum-mqtt.rules'
:
::
server_firewall::rules_file
{
'55-permit-ipsum-mqtt.rules'
:
content
=>
$mqtt_rule
content
=>
$mqtt_rule
,
require
=>
::
s
erver_firewall::Constricto_chain
[
'ipsum-mqtt'
],
require
=>
::
S
erver_firewall
::
Constricto_chain
[
'ipsum-mqtt'
],
}
}
}
}
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