This file contains hidden or 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
packages = %w[ git conemu 7zip] | |
packages.each do |package_name| | |
chocolatey_package package_name | |
end | |
packages = %w[boxstarter] | |
packages.each do |package_name| | |
chocolatey_package package_name | |
end |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-16"?> | |
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"> | |
<Triggers /> | |
<Principals> | |
<Principal id="Author"> | |
<RunLevel>HighestAvailable</RunLevel> | |
<UserId><%= @user_id %></UserId> | |
<LogonType>InteractiveToken</LogonType> | |
</Principal> | |
</Principals> |
This file contains hidden or 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
# Creates the Uninstall-Prerequisites scheduled task XML | |
template task_xml_path do | |
source 'uninstall-task.xml.erb' | |
variables( | |
user_id: user_id, | |
script_path: script_path, | |
log_path: log_path | |
) | |
action :create | |
end |
This file contains hidden or 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
--- | |
driver: | |
name: ec2 | |
region: us-east-1 | |
availability_zone: us-east-1b | |
aws_ssh_key_id: devops_rsa | |
subnet_id: subnet-014c932a | |
security_group_ids: [sg-6e34540a, sg-572eac33] # default | |
tags: | |
role: app |
This file contains hidden or 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
{"lastUpload":"2017-03-05T16:34:51.898Z","extensionVersion":"v2.5.1"} |
This file contains hidden or 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
- Create jenkins_jnlp_slave[WinBuild] | |
* directory[/C:/jenkins] action create (up to date) | |
* group[jenkins-builder] action create (up to date) | |
* user[jenkins-builder] action create | |
================================================================================ | |
Error executing action `create` on resource 'user[jenkins-builder]' | |
================================================================================ | |
Mixlib::ShellOut::ShellCommandFailed |
This file contains hidden or 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
$ kitchen converge -l debug | |
-----> Starting Kitchen (v1.7.3) | |
D [Vagrant command] BEGIN (vagrant --version) | |
D [Vagrant command] END (0m0.19s) | |
D [Vagrant command] BEGIN (vagrant plugin list) | |
D [Vagrant command] END (0m1.38s) | |
D Berksfile found at /Users/joshuaschneider/healthcare-dev/cookbooks/hc_ad_config/Berksfile, loading Berkshelf | |
D Berkshelf 4.3.2 library loaded | |
D winrm requested, loading winrm gem (["~> 1.6"]) | |
D winrm is loaded. |