fleet/ee/tools/puppet/fleetdm/examples/multiple-teams.pp

11 lines
357 B
Puppet

node default {
fleetdm::profile { 'cis.macOSBenchmark.section2.BluetoothSharing':
template => template('fleetdm/automatic_updates.mobileconfig.erb'),
group => 'base',
}
fleetdm::profile { 'com.apple.SoftwareUpdate':
template => template('fleetdm/disable_bluetooth_file_sharing.mobileconfig.erb'),
group => 'workstations',
}
}