View LazyDrop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include /usr/local/share/luggage/luggage.make | |
TITLE=Jamf_Foo | |
REVERSE_DOMAIN=org.angrydome | |
DESTINATIONFOLDER="/Library/Application Support/JAMF/Self Service/Plug-ins/" | |
FILEPAYLOAD="foobar" | |
PACKAGE_VERSION=`/usr/bin/git rev-parse --verify HEAD | /usr/bin/cut -c1-10` | |
PAYLOAD=\ | |
foo |
View gist:3218349
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults write /Library/Preferences/com.apple.Bluetooth BluetoothAutoSeekKeyboard -bool false | |
defaults write /Library/Preferences/com.apple.Bluetooth BluetoothAutoSeekPointingDevice -bool false |
View gist:3687791
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curiosity:puppet-scripts chris$ sudo ./postflight | |
looking for Puppet User | |
<dscl_cmd> DS Error: -14136 (eDSRecordNotFound) | |
Looking for Puppet Group | |
<dscl_cmd> DS Error: -14136 (eDSRecordNotFound) | |
Creating Puppet User (uid: 52) in new Puppet Group (gid: 495) | |
curiosity:puppet-scripts chris$ sudo ./postflight | |
looking for Puppet User | |
dsAttrTypeNative:KerberosKeys: | |
30820151 a1030201 01a08201 48308201 443072a1 2b3029a0 03020112 a1220420 d671c11e 458153bd c7b7f5ae 51cf303f f2688854 6b361774 23dfe1fa 2acd3f38 a2433041 a0030201 03a13a04 384c4b44 433a5348 41312e35 30363944 44433842 30454545 39333646 30423639 31363234 32343836 43313132 41413443 36304270 75707065 743062a1 1b3019a0 03020111 a1120410 0c21266a 91641731 f69dd50a 03d30d3f a2433041 a0030201 03a13a04 384c4b44 433a5348 41312e35 30363944 44433842 30454545 39333646 30423639 31363234 32343836 43313132 41413443 36304270 75707065 74306aa1 233021a0 03020110 a11a0418 70f77057 64e9859e 6d25ec13 a2bab06d d968a79e 152fb58f a2433041 a0030201 03a13a04 384c4b44 433a5348 4131 |
View gist:3754072
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/local/bin/puppet agent -t | |
chkconfig --level 2345 pe-puppet on | |
chkconfig --level 2345 pe-mcollective on | |
/etc/init.d/pe-puppet start | |
/etc/init.d/pe-mcollective start |
View gist:4042676
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@centos63a vagrant]# puppet --version | |
2.7.12 (Puppet Enterprise 2.5.3) | |
[root@centos63a vagrant]# puppet agent -t | |
info: Retrieving plugin | |
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/pe_version.rb | |
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/iptables.rb | |
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/root_home.rb | |
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/win_common_desktop_directory.rb | |
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/concat_basedir.rb | |
info: Loading facts in /var/opt/lib/pe-puppet/lib/facter/facter_dot_d.rb |
View gist:4172392
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@master:/etc/puppetlabs/httpd/conf.d# cat enable80.conf | |
Listen 80 | |
# ls /opt/puppet/htdocs/ | |
index.html |
View gist:4632484
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pe-puppet | |
pe-facter | |
pe-puppet-enterprise-release | |
pe-ruby | |
pe-ruby-libs | |
pe-ruby-shadow |
View gist:4710936
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installed: | |
apr.x86_64 0:1.3.9-5.el6_2 | |
apr-util.x86_64 0:1.3.9-3.el6_0.1 | |
apr-util-ldap.x86_64 0:1.3.9-3.el6_0.1 | |
cronie.x86_64 0:1.4.4-7.el6 | |
dmidecode.x86_64 1:2.11-2.el6 | |
java-1.6.0-openjdk.x86_64 1:1.6.0.0-1.50.1.11.5.el6_3 | |
libxslt.x86_64 0:1.1.26-2.el6_3.1 | |
mailcap.noarch 0:2.1.31-2.el6 | |
mysql.x86_64 0:5.1.66-2.el6_3 |
View gist:5061494
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/VMware\ OVF\ Tool/ovftool --skipManifestCheck --name=VCSA-5.1 -dm=thin -ds=datastore1 "--net:Network 1=VM Network" --powerOn VMware-vCenter-Server-Appliance-5.1.0.5300-947940_OVF10.ova vi://10.16.XXX.XXX |
View service_window
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service_window { 'apache-stop': | |
ensure => stopped, | |
service_name => 'apache', | |
} | |
package { 'new-app': | |
ensure => installed, | |
require => Service_Window['apache-stop'], | |
before => Service_Window['apache-start'], | |
} |
OlderNewer