foreman_hooks 0.3.5 → 0.3.6
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 +4 -4
- data/README.md +6 -0
- data/lib/foreman_hooks/util.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ca4c45197b6dd1e9d38ed412e3e2fd9fae3f1844
|
|
4
|
+
data.tar.gz: b98aba29653f4882ed38a97828480e3e1e77dd84
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
data/lib/foreman_hooks/util.rb
CHANGED
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.
|
|
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-
|
|
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
|