Skip to content

Instantly share code, notes, and snippets.

policies:
- name: aws.account-untagged
resource: aws.account
filters:
- "tag:application": absent
- name: aws.acm-certificate-untagged
resource: aws.acm-certificate
filters:
- "tag:application": absent
This file has been truncated, but you can view the full file.
2016/11/16 08:58:57 [INFO] Terraform version: 0.7.11 65acdc2ea31541283e0fec2fdcc8cb49e89e4cf6
2016/11/16 08:58:57 [INFO] CLI args: []string{"/bin/terraform", "apply", "-Xnew-apply", "-var-file=../../aws_credentials.tfvars"}
2016/11/16 08:58:57 [DEBUG] Detected home directory from env var: /Users/myuser
2016/11/16 08:58:57 [DEBUG] Detected home directory from env var: /Users/myuser
2016/11/16 08:58:57 [DEBUG] Attempting to open CLI config file: /Users/myuser/.terraformrc
2016/11/16 08:58:57 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/11/16 08:58:57 [DEBUG] Detected home directory from env var: /Users/myuser
erraform.GraphNodeConfigVariable
var.stack_name - *terraform.GraphNodeConfigVariable
var.app2_db_instance_class - *terraform.GraphNodeConfigVariable
This file has been truncated, but you can view the full file.
2016/11/15 10:00:49 [INFO] Terraform version: 0.7.5 f7fa78592555db29b82de1f3a049ab1f9338e79c
2016/11/15 10:00:49 [INFO] CLI args: []string{"/bin/terraform", "plan", "-var-file=../../aws_credentials.tfvars"}
2016/11/15 10:00:49 [DEBUG] Detected home directory from env var: /Users/jessederose
2016/11/15 10:00:49 [DEBUG] Detected home directory from env var: /Users/jessederose
2016/11/15 10:00:49 [DEBUG] Attempting to open CLI config file: /Users/jessederose/.terraformrc
2016/11/15 10:00:49 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2016/11/15 10:00:49 [DEBUG] Detected home directory from env var: /Users/jessederose
wscli_keys - *terraform.GraphNodeConfigVariable
var.ssl_cert - *terraform.GraphNodeConfigVariable
var.stack_name - *terraform.GraphNodeConfigVariable
root - terraform.graphNodeRoot
2016/11/14 14:10:49 [DEBUG] vertex root.web.app0.db.root: walking
2016/11/14 14:10:49 [TRACE] [walkApply] Exiting eval tree: module.web.module.app0.module.db.output.db_master_fqdn
2016/11/14 14:10:49 [DEBUG] vertex module.web.module.app0.module.db.output.db_slave_hostnames, got dep: module.web.module.app0.module.db.aws_route53_record.db_replica
2016/11/14 14:10:49 [DEBUG] vertex module.web.module.app0.output.db_fqdn, got dep: module.web.module.app0.module.db.output.db_master_fqdn
2016/11/14 14:10:49 [DEBUG] vertex provider.module.web.module.app0.module.db.aws (close), got dep: module.web.module.app0.module.db.aws_route53_record.db_replica
2016/11/14 14:10:49 [DEBUG] vertex root.module.web.module.app0.module.db.output.db_slave_hostnames: walking
2016/11/14 14:10:49 [DEBUG] vertex provider.module.web.module.app0.module.db.aws (close), got dep: module.web.module.app0.module.db.aws_db_subnet_group.default (destroy)
2016/11/14 14:10:49 [DEBUG] vertex root.module.web.module.app0.modul
Recipe: rvm::default
* chef_gem[rvm] action install (up to date)
Recipe: rvm::user_install
* apt_package[sed] action install (up to date)
* apt_package[grep] action install (up to date)
* apt_package[tar] action install (up to date)
* apt_package[gzip] action install (up to date)
(up to date)
(up to date)
Recipe: ap-ops::default
* directory[/shares/wordpress] action create (up to date)
* bash[Sync WordPress content from S3 bucket] action run
================================================================================
Error executing action `run` on resource 'bash[Sync WordPress content from S3 bucket]'
================================================================================
Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '1'
jesse@kijimunaa:~$ dpkg -S /usr/sbin/nginx
nginx-full: /usr/sbin/nginx
jesse@kijimunaa:~$ apt-cache policy nginx
nginx:
Installed: 1.1.19-1ubuntu0.8+tracelytics20
Candidate: 1.1.19-1ubuntu0.8+tracelytics20
Version table:
*** 1.1.19-1ubuntu0.8+tracelytics20 0
500 http://apt.appneta.com/7df95238-7dae-459d-8116-20a10e1383a3/ precise/main amd64 Packages
jesse@kijimunaa:~$ sudo apt-get remove nginx
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
nginx
0 upgraded, 0 newly installed, 1 to remove and 94 not upgraded.
After this operation, 89.1 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 133278 files and directories currently installed.)
ubuntu@ip-10-0-0-94:~$ sudo apt-get install nginx-full
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.2.0-77 linux-headers-3.2.0-77-virtual
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
nginx-common
The following NEW packages will be installed:
@jcderose
jcderose / gist:cdcb104eb81f43d90a96
Created October 13, 2015 15:52
python_pip[graphicsmagick-engine] Dependency Fails on Ubuntu 12.04
➜ chef git:(refactor) ✗ kitchen converge image-processor-ubuntu-1204
-----> Starting Kitchen (v1.4.2)
-----> Converging <image-processor-ubuntu-1204>...
Preparing files for transfer
Preparing dna.json
Resolving cookbook dependencies with Berkshelf 3.3.0...
Removing non-cookbook files before transfer
Preparing solo.rb
-----> Installing Chef Omnibus (11.10.4)
Downloading https://www.chef.io/chef/install.sh to file /tmp/install.sh