Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/puppet/type/iis_site.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
desc "Number assigned to a site when it is created. Default Web Site has an id of 1. Other sites are assigned a random id by IIS when they are created"
end

newproperty(:physicalpath, :parent => Puppet::IisFileSystemPathProperty) do
desc "Phsyical Path for application."
end

newproperty(:serverautostart, :parent => Puppet::IisProperty) do
desc "Whether the site should be started automatically when the IIS management service is started"
end
Expand Down