Update iis.pp

This commit is contained in:
Abir Majumdar 2019-02-20 16:37:18 -05:00 committed by GitHub
parent 55db3d49b9
commit b00d9b643f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,4 @@ class profile::iis {
ensure => present,
}
iis::manage_site { 'Default Web Site':
ensure => absent,
}
}