forked from noahgibbs/madscience_gem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
17 lines (15 loc) · 1006 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Mac and Linux:
Ensure current user has an id_rsa/id_dsa SSH key available
Windows:
runas /user:Administrator "cmd /C chef-client" (or equivalent chef-solo)
install Vagrant and VirtualBox MSI files, check registry for definitive MSI version string
MSI PLEASE NOTE - For proper idempotence the resource's package_name should be
the same as the 'DisplayName' registry value in the uninstallation data
that is created during package installation. The easiest way to
definitively find the proper 'DisplayName' value is to install the package
on a machine and search for the uninstall information under the following
registry keys:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall
HKEY_LOCAL_MACHINE\Software\Wow6464Node\Microsoft\Windows\CurrentVersion\Uninstall
For maximum flexibility the source attribute supports both remote and local installation packages.