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
Setting up libidn11:amd64 (1.25-2) ... | |
Setting up wget (1.13.4-3) ... | |
/bin/sh: 1: \: not found | |
Error build: The command [/bin/sh -c apt-get update; apt-get install -y -o DPkg::Options::=--force-confold wget; \] returned a non-zero code: 127 | |
The command [/bin/sh -c apt-get update; apt-get install -y -o DPkg::Options::=--force-confold wget; \] returned a non-zero code: 127 |
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
ubuntu@ip-10-179-34-203:~$ wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh -s -- git develop | |
--2013-11-13 00:33:04-- http://bootstrap.saltstack.org/ | |
Resolving bootstrap.saltstack.org (bootstrap.saltstack.org)... 74.208.29.198 | |
Connecting to bootstrap.saltstack.org (bootstrap.saltstack.org)|74.208.29.198|:80... connected. | |
HTTP request sent, awaiting response... 302 Found | |
Location: https://raw.github.com/saltstack/salt-bootstrap/stable/bootstrap-salt.sh [following] | |
--2013-11-13 00:33:04-- https://raw.github.com/saltstack/salt-bootstrap/stable/bootstrap-salt.sh | |
Resolving raw.github.com (raw.github.com)... 199.27.78.133 | |
Connecting to raw.github.com (raw.github.com)|199.27.78.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK |
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
{ | |
"AWSTemplateFormatVersion" : "2010-09-09", | |
"Description" : "Salt Stack Master - Minion Test Setup $Rev: 001$", | |
"Parameters" : { | |
"KeyPairName" : { | |
"Description" : "EC2 Key Pair Name for SSH Access", | |
"Type" : "String" | |
} |
NewerOlder