Skip to content

Commit

Permalink
Fixed DSC manifest
Browse files Browse the repository at this point in the history
MS changes to xFirewall module
  • Loading branch information
ahaydon committed Nov 6, 2015
1 parent 4bf4e56 commit b2323a3
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 35 deletions.
36 changes: 18 additions & 18 deletions DSC/manifests/QlikConfig.ps1
Expand Up @@ -195,8 +195,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Repository Replication"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("4241")
Expand All @@ -209,8 +209,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Repository Service (WebSocket)"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("4239")
Expand All @@ -223,8 +223,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Repository Service (REST)"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("4242")
Expand All @@ -237,8 +237,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Scheduler Master"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("5050")
Expand All @@ -251,8 +251,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Scheduler Slave"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("5151")
Expand All @@ -265,8 +265,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Engine"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("4747")
Expand All @@ -279,8 +279,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Proxy HTTPS"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("443")
Expand All @@ -293,8 +293,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Proxy Authentication HTTPS"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("4244")
Expand All @@ -307,8 +307,8 @@ Configuration QlikConfig
DisplayName = "Qlik Sense Certificate Distribution"
DisplayGroup = "Qlik Sense"
Ensure = "Present"
Access = "Allow"
State = "Enabled"
Action = "Allow"
Enabled = "True"
Profile = ("Domain", "Private", "Public")
Direction = "InBound"
LocalPort = ("4444")
Expand Down

0 comments on commit b2323a3

Please sign in to comment.