Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0b95d20652fe62b9f7298d03ba9f87d648512846)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0b95d20652fe62b9f7298d03ba9f87d648512846)
  • Date: Wed, 25 Feb 2015 05:16:41 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 +++
dev/null |binary
ruby-raa/rubygem-json/BUILD | 1 +
ruby-raa/rubygem-json/DEPENDS | 2 ++
ruby-raa/rubygem-json/DETAILS | 14 ++++++++++++++
ruby-raa/rubygem-json/HISTORY | 3 +++
ruby-raa/rubygem-json/INSTALL | 1 +
ruby-raa/rubygem-json/PRE_BUILD | 1 +
utils/puppet/DEPENDS | 2 ++
utils/puppet/HISTORY | 6 ++++++
utils/puppet/init.d/puppet-agent | 22 ++++++++++++++++++++++
utils/puppet/init.d/puppet-master | 22 ++++++++++++++++++++++
utils/puppet/puppet-3.7.3.tar.gz.sig |binary
13 files changed, 77 insertions(+)

New commits:
commit 0b95d20652fe62b9f7298d03ba9f87d648512846
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

puppet: Runtime dependency on rubygem-json

commit 0836071f7246ad4875cc6bd2b1814d8df5a74cf3
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

puppet: Added init script for puppet agent

commit 9c407f3528f89f923af3cf599b76d6a326f389cf
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

rubygem-json: Added Ruby extension for JSON

commit 0626f72c0c09777c9342d0fc4f2a445ce92378ca
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

puppet: Add puppet-master init.d script

commit 02b068f7aa73e456f85022223084c64da9ae34d9
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

puppet: Fixed to match renamed tarball

diff --git a/ChangeLog b/ChangeLog
index f0830c2..dfe7ebf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-02-25 Eric Sandall <sandalle AT sourcemage.org>
+ * ruby-raa/rubygem-json: Added Ruby extension for JSON
+
2015-02-17 Pavel Vinogradov <public AT sourcemage.org>
* smgl/epoch: new spell, The Epoch Init System

diff --git a/ruby-raa/rubygem-json/BUILD b/ruby-raa/rubygem-json/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/ruby-raa/rubygem-json/BUILD
@@ -0,0 +1 @@
+true
diff --git a/ruby-raa/rubygem-json/DEPENDS b/ruby-raa/rubygem-json/DEPENDS
new file mode 100755
index 0000000..e5532ba
--- /dev/null
+++ b/ruby-raa/rubygem-json/DEPENDS
@@ -0,0 +1,2 @@
+depends RUBY &&
+depends rubygems
diff --git a/ruby-raa/rubygem-json/DETAILS b/ruby-raa/rubygem-json/DETAILS
new file mode 100755
index 0000000..8b78bfd
--- /dev/null
+++ b/ruby-raa/rubygem-json/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=rubygem-json
+ VERSION=1.8.2
+
SOURCE_HASH=sha512:5c94ec2c5378f7f54cd87a2e265b058e80031d2dd29daf14639c80ba0ac285a527ab7961f5a2cd1e483f455fd8f8c88575950822b7b2d431aa7b2b9c8be819c1
+ SOURCE=json-$VERSION.gem
+ SOURCE_URL[0]="https://rubygems.org/downloads/json-1.8.2.gem";
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://rubygems.org/gems/json";
+ ENTERED=20150224
+ LICENSE[0]=RUBY
+ KEYWORDS="ruby devel"
+ SHORT="Ruby extension for JSON"
+cat << EOF
+This is a JSON implementation as a Ruby extension in C.
+EOF
diff --git a/ruby-raa/rubygem-json/HISTORY b/ruby-raa/rubygem-json/HISTORY
new file mode 100644
index 0000000..e528d52
--- /dev/null
+++ b/ruby-raa/rubygem-json/HISTORY
@@ -0,0 +1,3 @@
+2015-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * Created
+
diff --git a/ruby-raa/rubygem-json/INSTALL b/ruby-raa/rubygem-json/INSTALL
new file mode 100755
index 0000000..2bc652e
--- /dev/null
+++ b/ruby-raa/rubygem-json/INSTALL
@@ -0,0 +1 @@
+gem install "${SOURCE_CACHE}/${SOURCE}"
diff --git a/ruby-raa/rubygem-json/PRE_BUILD b/ruby-raa/rubygem-json/PRE_BUILD
new file mode 100755
index 0000000..2443474
--- /dev/null
+++ b/ruby-raa/rubygem-json/PRE_BUILD
@@ -0,0 +1 @@
+verify_source ''
diff --git a/utils/puppet/3.7.3.tar.gz.sig b/utils/puppet/3.7.3.tar.gz.sig
deleted file mode 100644
index d2d0d55..0000000
Binary files a/utils/puppet/3.7.3.tar.gz.sig and /dev/null differ
diff --git a/utils/puppet/DEPENDS b/utils/puppet/DEPENDS
index c26ffeb..0ed0686 100755
--- a/utils/puppet/DEPENDS
+++ b/utils/puppet/DEPENDS
@@ -1,6 +1,8 @@
depends facter &&
depends hiera &&
depends RUBY &&
+runtime_depends rubygem-json &&
+
suggest_depends shadow "" "" "for shadow file support" &&
suggest_depends augeas "" "" "for automated editing of configuration files"
&&
suggest_depends rrdtool "" "" "for generating graphs from report data"
diff --git a/utils/puppet/HISTORY b/utils/puppet/HISTORY
index 51e39b0..cbd44f9 100644
--- a/utils/puppet/HISTORY
+++ b/utils/puppet/HISTORY
@@ -1,3 +1,9 @@
+2015-02-24 Eric Sandall <sandalle AT sourcemage.org>
+ * puppet-3.7.3.tar.gz.sig: Fixed to match renamed tarball
+ * init.d/puppet-master: Add init script for puppet master
+ * init.d/puppet-agent: Add init script for puppet agent
+ * DEPENDS: Runtime dependency on rubygem-json
+
2014-12-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix SOURCE to make it a proper tarball name

diff --git a/utils/puppet/init.d/puppet-agent
b/utils/puppet/init.d/puppet-agent
new file mode 100755
index 0000000..8facdc4
--- /dev/null
+++ b/utils/puppet/init.d/puppet-agent
@@ -0,0 +1,22 @@
+#!/bin/bash
+PROGRAM=/usr/bin/puppet
+NAME="Puppet Agent"
+RUNLEVEL=3
+. /etc/init.d/smgl_init
+
+start() {
+ echo "Starting Puppet Agent..."
+ ${PROGRAM} agent
+}
+
+stop() {
+ echo "Stopping Puppet Agent..."
+ killproc puppet
+}
+
+restart() {
+
+ stop &&
+ sleep 1 &&
+ start
+}
diff --git a/utils/puppet/init.d/puppet-master
b/utils/puppet/init.d/puppet-master
new file mode 100755
index 0000000..0bf282e
--- /dev/null
+++ b/utils/puppet/init.d/puppet-master
@@ -0,0 +1,22 @@
+#!/bin/bash
+PROGRAM=/usr/bin/puppet
+NAME="Puppet Master"
+RUNLEVEL=3
+. /etc/init.d/smgl_init
+
+start() {
+ echo "Starting Puppet Master..."
+ ${PROGRAM} master
+}
+
+stop() {
+ echo "Stopping Puppet Master..."
+ killproc puppet
+}
+
+restart() {
+
+ stop &&
+ sleep 1 &&
+ start
+}
diff --git a/utils/puppet/puppet-3.7.3.tar.gz.sig
b/utils/puppet/puppet-3.7.3.tar.gz.sig
new file mode 100644
index 0000000..d2d0d55
Binary files /dev/null and b/utils/puppet/puppet-3.7.3.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0b95d20652fe62b9f7298d03ba9f87d648512846), Eric Sandall, 02/25/2015

Archive powered by MHonArc 2.6.24.

Top of Page