Closed dayglojesus closed 10 years ago
If a Raw Constructor class is declared and its params specify an empty data structure, the class should not prepare resources.
Example:
include managedmac::groups # Create an empty Hash $accounts = {} class { 'managedmac::groups': accounts => $accounts, }
This code will result in an error.
If a Raw Constructor class is declared and its params specify an empty data structure, the class should not prepare resources.
Example:
This code will result in an error.