foreman_hooks 0.3.5 → 0.3.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4aa78594bdb6c2cc863097039b920bafe1b21b0e
4
- data.tar.gz: 25fad3c59ce04be593118ac643f326c1daafe9c9
3
+ metadata.gz: ca4c45197b6dd1e9d38ed412e3e2fd9fae3f1844
4
+ data.tar.gz: b98aba29653f4882ed38a97828480e3e1e77dd84
5
5
  SHA512:
6
- metadata.gz: 1fa4d89f00745e4cc5863988f5c9da6df9ed5a424abc549acfd0d5d6513b4f5a12646bd00cd2b735b20599289503a671130c0f2583c99224f050683e5cb7ed7a
7
- data.tar.gz: f0ca3b8c45b66224bfa21e5e893d8a381a9cca95cbac135d1403fe420f3894b63c6313706522b70134511169126f1c3e2d83a125657c57d081b7ff0715c03be7
6
+ metadata.gz: cfcbdfd2c820781b0454923a4d137300a77720f934d3e4b11b0dde3bfedffcbf6d57272d6484b5de8c87e285316217fa911d517b549ad699178655720103fc0c
7
+ data.tar.gz: 402e9ed0709d131741786ec441f0904bfbe92d99df96d6bfd17637f2280ef334cb453dc086ce0ad12175b6234df4486214a30db98130cd9cde1b54626a47622e
data/README.md CHANGED
@@ -110,6 +110,12 @@ to rollback its action - in this case the first argument will change as
110
110
  appropriate, so must be obeyed by the script (e.g. a "create" hook will be
111
111
  called with "destroy" if it has to be rolled back later).
112
112
 
113
+ # More resources
114
+
115
+ * [Extending Foreman quickly with hook scripts](http://m0dlx.com/blog/Extending_Foreman_quickly_with_hook_scripts.html)
116
+ * [AWS VPC Buildout With Foreman Hooks for RDNS Creation](http://www.brian2.net/posts/foreman_hooks_aws_vpc/)
117
+ * [Foreman <-> FreeIPA Integration Guide](https://bitbin.de/blog/2013/11/foreman-freeipa-integration-guide/)
118
+
113
119
  # Copyright
114
120
 
115
121
  Copyright (c) 2012-2013 Red Hat Inc.
@@ -8,7 +8,7 @@ module ForemanHooks::Util
8
8
  when Host::Managed
9
9
  'host'
10
10
  else
11
- self.class.name.to_lower
11
+ self.class.name.downcase
12
12
  end
13
13
  end
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman_hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominic Cleal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-27 00:00:00.000000000 Z
11
+ date: 2014-02-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Plugin engine for Foreman that enables running custom hook scripts on
14
14
  Foreman events