Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vlc
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
liu-puppet-modules
vlc
Commits
e826f7dc
Commit
e826f7dc
authored
1 year ago
by
Magnus Toneby
Committed by
Henry Fröcklin
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
fix pdk warnings
parent
9501ce57
No related branches found
No related tags found
No related merge requests found
Pipeline
#127057
passed
10 months ago
Stage: puppet
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/init.pp
+7
-7
7 additions, 7 deletions
manifests/init.pp
with
7 additions
and
7 deletions
manifests/init.pp
+
7
−
7
View file @
e826f7dc
...
...
@@ -6,39 +6,39 @@
# @example
# none
class
vlc
{
firewalld_service
{
'Allow http in the liu Zone'
:
firewalld_service
{
'Allow http in the liu Zone'
:
ensure
=>
present
,
zone
=>
'liu'
,
service
=>
'http'
,
}
firewalld_service
{
'Allow https in the liu Zone'
:
firewalld_service
{
'Allow https in the liu Zone'
:
ensure
=>
present
,
zone
=>
'liu'
,
service
=>
'https'
,
}
firewalld_service
{
'Allow http in the public Zone'
:
firewalld_service
{
'Allow http in the public Zone'
:
ensure
=>
present
,
zone
=>
'public'
,
service
=>
'http'
,
}
firewalld_service
{
'Allow https in the public Zone'
:
firewalld_service
{
'Allow https in the public Zone'
:
ensure
=>
present
,
zone
=>
'public'
,
service
=>
'https'
,
}
# Känner firewall till servicen syncthing ??
firewalld_service
{
'Allow syncthing in the liu Zone'
:
firewalld_service
{
'Allow syncthing in the liu Zone'
:
ensure
=>
present
,
zone
=>
'public'
,
service
=>
'syncthing'
,
}
firewalld_service
{
'Allow syncthing in the liu Zone'
:
firewalld_service
{
'Allow syncthing in the liu Zone'
:
ensure
=>
present
,
zone
=>
'liu'
,
service
=>
'syncthing'
,
}
firewalld_service
{
'Allow syncthing-gui in the liu Zone'
:
firewalld_service
{
'Allow syncthing-gui in the liu Zone'
:
ensure
=>
present
,
zone
=>
'liu'
,
service
=>
'syncthing-gui'
,
...
...
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