Skip to content

Instantly share code, notes, and snippets.

@dankeller
dankeller / Office2008-12.0.0
Created April 23, 2013 19:41
Office2008 munki pkginfo
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>RestartAction</key>
<string>None</string>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
# Class: my_super_module
#
#
class my_super_module {
mac_profiles_handler::manage { 'isd11.wifi':
ensure => present;
file_source => 'puppet:///modules/my_super_module/isd11.wifi.mobileconfig'
}
}
node puppetclient {
import my_super_module
}