awstool 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4762dd9f95d844c3c8264fb411ee1e18be2c8ad6
4
- data.tar.gz: 0c655be925d5b4dc251ca5af37744e087162adaf
3
+ metadata.gz: 8c224130b5182add3a896aa736a9621816426b56
4
+ data.tar.gz: 6d9438054a249fa15121718f3ef84133cf687e18
5
5
  SHA512:
6
- metadata.gz: 4bc47003f5126bdb6d7adbb7c13cc894735b2a1ca69e4cede3ac5944cfe610e017021c9d4d30f7cfc805a7cecf655ef1de47bdfc65e3a95751fb56c641b0465c
7
- data.tar.gz: 4a1b60fdc47cd3270b76ff9bf42956ce59aa43f26aa8a3d8445854e6c276069ef887257dd2576c595c5cf84c6843c38b483d1f909c5d596213f5b090ab823c7e
6
+ metadata.gz: 848106e04dac4e3e951c13aef9e514e86bd1f306c87209e604a7196ba26087223e4ac85bff16fed11ddc203a8844c1cf698ab301cc11a12bb9a750344971314b
7
+ data.tar.gz: d88c27587270d27104d3dbcb1f66fcbfbeac8e5015638021a55a9ae2ac3bcee88e89338214d75b609d228bb248517fec6fb5895abfe500fbe6f438576540ae9a
File without changes
@@ -85,5 +85,6 @@ class Awstool::Settings
85
85
  @options['hostnames'] = []
86
86
  @options['rootvol_size'] = 8
87
87
  @options['block_devices'] = []
88
+ @options['timezone'] = 'UTC'
88
89
  end
89
90
  end
@@ -1,3 +1,3 @@
1
1
  module Awstool
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
data/userdata/default.erb CHANGED
@@ -4,6 +4,8 @@ bootcmd:
4
4
  - echo <%= @options['hostname'] %> > /etc/hostname
5
5
  - hostname -F /etc/hostname
6
6
 
7
+ timezone: <%= @options['timezone'] %>
8
+
7
9
  hostname: <%= @options['hostname'] %>
8
10
  fqdn: <%= @options['hostname'] %>
9
11
  manage_etc_hosts: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awstool
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Burgess
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-06 00:00:00.000000000 Z
11
+ date: 2016-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,7 +81,7 @@ files:
81
81
  - LICENSE.txt
82
82
  - README.md
83
83
  - Rakefile
84
- - awstools.gemspec
84
+ - awstool.gemspec
85
85
  - bin/awstool
86
86
  - examples/awstools.yaml
87
87
  - lib/awstool.rb