Skip to content

macadmins/puppet-post_upgrade_run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

puppet-post_upgrade_run

This module will deploy a script that runs at every boot that will verify that the OS version hasn't changed. If it has, it will run Puppet (by default /opt/puppetlabs/bin/puppet agent -t) so anything Apple has clobbered is rectified.

Usage

Using a different command to run Puppet (a wrapper script, for example)

class {'post_upgrade_run':
    puppet_command => '/opt/mycompany/bin/puppet_run --now'    
}

Using Hiera

classes:
 - post_upgrade_run

post_upgrade_run::puppet_command: '/opt/mycompany/bin/puppet_run --now'

macOS Version Compatibility

Tested and compatible with macOS 26 (Tahoe).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors