mirror of
https://github.com/fleetdm/fleet
synced 2026-05-11 03:00:58 +00:00
- Don't cache requests to get profiles, they don't happen in order when run agains a real Puppet server - Report resource has changed if the profile was in the host but the new resource type is absent
11 lines
357 B
Puppet
11 lines
357 B
Puppet
node default {
|
|
fleetdm::profile { 'com.apple.SoftwareUpdate':
|
|
template => template('fleetdm/automatic_updates.mobileconfig.erb'),
|
|
group => 'base',
|
|
}
|
|
|
|
fleetdm::profile { 'cis.macOSBenchmark.section2.BluetoothSharing':
|
|
template => template('fleetdm/disable_bluetooth_file_sharing.mobileconfig.erb'),
|
|
group => 'workstations',
|
|
}
|
|
}
|