Skip to content

groob/puppet-mac_profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common macOS Configuration Profiles Managed by Puppet.

Usage

This module uses the mac_profiles_handler module to install certain common modules. To use it, first include the class itself, overriding the identifier and PayloadOrganization defaults.

class {'mac_profile':
  profile_payload_org       => 'My Company',
  profile_identifier_prefix => 'com.mycompany'
}

You can also override these params from hiera the prefix will be used for all the ProfileIdentifier keys. For example, the Desktop Background profile will be installed as com.mycopmany.desktop_background.

class {'mac_profile::desktop_background':
  ensure 				  => present,
  desktop_background_path => '/path/to/desktop.jpg'
}

For a full list of managed classes, see profiles.md

About

common macOS profiles managed by puppet...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published