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
266d5097
Commit
266d5097
authored
1 year ago
by
Magnus Toneby
Browse files
Options
Downloads
Patches
Plain Diff
fix pdk warnings
parent
d3ca9a05
Branches
Branches containing commit
No related tags found
1 merge request
!15
Revert "fix more name conflicts"
Pipeline
#119103
failed
1 year 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 @
266d5097
...
@@ -6,39 +6,39 @@
...
@@ -6,39 +6,39 @@
# @example
# @example
# none
# none
class
vlc
{
class
vlc
{
firewalld_service
{
'Allow http in the liu Zone'
:
firewalld_service
{
'Allow http in the liu Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'liu'
,
zone
=>
'liu'
,
service
=>
'http'
,
service
=>
'http'
,
}
}
firewalld_service
{
'Allow https in the liu Zone'
:
firewalld_service
{
'Allow https in the liu Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'liu'
,
zone
=>
'liu'
,
service
=>
'https'
,
service
=>
'https'
,
}
}
firewalld_service
{
'Allow http in the public Zone'
:
firewalld_service
{
'Allow http in the public Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'public'
,
zone
=>
'public'
,
service
=>
'http'
,
service
=>
'http'
,
}
}
firewalld_service
{
'Allow https in the public Zone'
:
firewalld_service
{
'Allow https in the public Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'public'
,
zone
=>
'public'
,
service
=>
'https'
,
service
=>
'https'
,
}
}
# Känner firewall till servicen syncthing ??
# Känner firewall till servicen syncthing ??
firewalld_service
{
'Allow syncthing in the liu Zone'
:
firewalld_service
{
'Allow syncthing in the liu Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'public'
,
zone
=>
'public'
,
service
=>
'syncthing'
,
service
=>
'syncthing'
,
}
}
firewalld_service
{
'Allow syncthing in the liu Zone'
:
firewalld_service
{
'Allow syncthing in the liu Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'liu'
,
zone
=>
'liu'
,
service
=>
'syncthing'
,
service
=>
'syncthing'
,
}
}
firewalld_service
{
'Allow syncthing-gui in the liu Zone'
:
firewalld_service
{
'Allow syncthing-gui in the liu Zone'
:
ensure
=>
present
,
ensure
=>
present
,
zone
=>
'liu'
,
zone
=>
'liu'
,
service
=>
'syncthing-gui'
,
service
=>
'syncthing-gui'
,
...
...
This diff is collapsed.
Click to expand it.
Henry Fröcklin
@henfr13
mentioned in commit
9e61080e
·
1 year ago
mentioned in commit
9e61080e
mentioned in commit 9e61080e9189e888bfe3519882a7383faf2b76bf
Toggle commit list
Henry Fröcklin
@henfr13
mentioned in merge request
!5 (merged)
·
1 year ago
mentioned in merge request
!5 (merged)
mentioned in merge request !5
Toggle commit list
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