mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
11 lines
357 B
Puppet
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',
|
|
}
|
|
}
|