Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Using Vagrant to spin up a Puppet Enterprise box and a Server 2016 box to experiment with Puppet/Powershell DSC.
I create a new group under the classifications, set a node using the name, set the class to use.
I then run "puppet agent -t" on the agent and get the "Unable to evaluate: Access is denied" on the Puppet/Powershell DSC lines. Other Puppet lines eg create file with dummy contents work fine.
I'm running "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force" before installing the Puppet Agent.
I've tried googling, tried searching the JIRA tickets here - found nothing that helps.
Using Vagrant to spin up a Puppet Enterprise box and a Server 2016 box to experiment with Puppet/Powershell DSC. I create a new group under the classifications, set a node using the name, set the class to use. I then run "puppet agent -t" on the agent and get the "Unable to evaluate: Access is denied" on the Puppet/Powershell DSC lines. Other Puppet lines eg create file with dummy contents work fine. I'm running "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force" before installing the Puppet Agent. I've tried googling, tried searching the JIRA tickets here - found nothing that helps.
-
Needs Assessment
-
Needs Assessment
Description
Basic Info
Module Version: 1.4.1
Puppet Version: Enterprise 2017.3.2
OS Name/Version: Server 2016
Trying to run the following code in a puppet manifest:
dsc_windowsfeature {'IIS':
{{ dsc_ensure => 'Present',}}
{{ dsc_name => 'Web-Server',}}
{{ }}}
#IIS Mnaagement Console
{{ dsc_windowsfeature {'IIS-Management':}}
{{ dsc_ensure => 'Present',}}
{{ dsc_name => 'Web-Mgmt-Console',}}
{{ }}}
I'm trying to install IIS and the IIS Management Console via Puppet.
I've not tried other "simpler" DSC commands but will do while waiting for a reply on this ticket.
Desired Behavior:
Puppet/Powershell DSC code runs without errors and does what it's supposed to do eg IIS and IIS Management Console are installed.
Actual Behavior:
Attachments
Issue Links
- relates to
-
MODULES-6640 DSC : List LCM RefreshMode setting requirement in readme
-
- Resolved
-