Facebook
From Speedy Peafowl, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 229
  1. configuration IISInstall
  2. {
  3.     node "localhost"
  4.     {
  5.         WindowsFeature IIS
  6.         {
  7.             Ensure = "Present"
  8.             Name = "Web-Server"
  9.         }
  10.     }
  11. }