Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voxpupuli/puppet-ghost

Puppet module to install and manage Ghost
https://github.com/voxpupuli/puppet-ghost

Updates Gemfile

7a7d8df59a7a27c187c17c9221795203a5db5377 authored almost 9 years ago by Peter Souter <[email protected]>
Updates .gitignore with Beaker ignores

ea56c2b9dd73ecc8aa92d99a990e652404116624 authored almost 9 years ago by Peter Souter <[email protected]>
Updates fixtures

1c80deee8b55fd8d05def0fb64352703426928f3 authored almost 9 years ago by Peter Souter <[email protected]>
Update Beaker SUT files

47f84f2584410d8bba8a938be79c9c1c78d3c432 authored almost 9 years ago by Peter Souter <[email protected]>
Fix metadata.json dependencies

For Puppet version 3.8.1 the right-hand version still needs to be x.x.x,
per
https://docs.puppet...

d703b2b4b5e28bf5b4ee35237c6ccc8134b31b0a authored over 9 years ago by Andrew Schwartzmeyer <[email protected]>
Use host and port by default instead of socket

Since Ghost uses host and port by default. Socket works, but the
defaults should match up.

Sorr...

fb8e1f3547f77ae7806fb788baa5ce73f151737e authored over 9 years ago by Andrew Schwartzmeyer <[email protected]>
Remove Nginx tip from readme

The Nginx module is (still) undergoing major development. Let's not go
down that rabbithole.

ab02804a998a233919ec9fd1bcf29d3c4eb9ee52 authored over 9 years ago by Andrew Schwartzmeyer <[email protected]>
Readme tweaks

6658359f3f293a67253fa9528b17bcd31eae9caa authored over 9 years ago by Andrew Schwartzmeyer <[email protected]>
Merge pull request #29 from andschwa/fix_parameter

manage_nodejs -> include_nodejs

8d36e216a4189cac04c0db3b1b92302f7382388b authored over 9 years ago by Andy Schwartzmeyer <[email protected]>
manage_nodejs -> include_nodejs

3a687348adef7e456208d4089f233c93c7e388b3 authored over 9 years ago by Peter Souter <[email protected]>
README tweaks

c677737c19b91b7bdfa2bf5b6fd9175826410162 authored almost 10 years ago by Peter Souter <[email protected]>
Merge pull request #24 from andschwa/update_readme

Updates README

0119290c69ce26ae55ccea3d200dc12dcd989932 authored almost 10 years ago by Peter Souter <[email protected]>
Bump version number

1e0b4da3bdffd1d0d30d44eb3df8f55c26849f9e authored almost 10 years ago by Peter Souter <[email protected]>
Fixes dependancy issue with metadata.json

64f1171c71fd2f2ebc68f7d73b29ac3d3ce83a81 authored almost 10 years ago by Peter Souter <[email protected]>
Whitespace

a3762d50521e006d0dcaa8dc875cbc190871fe98 authored almost 10 years ago by Peter Souter <[email protected]>
Updates README for 0.3.1 release

b1c941d983fb79e7b084fedd0a69c33a42819bd2 authored almost 10 years ago by Peter Souter <[email protected]>
Update license metadata per SPDX License List

8a8110a43a48368af4e9aabdb84ff08718cba426 authored almost 10 years ago by Andrew Schwartzmeyer <[email protected]>
Merge pull request #22 from andschwa/testing_pre_req

Working unit and acceptance tests

9e44fc5d71e8eb608f96be988580bf44d75f5d5c authored almost 10 years ago by Peter Souter <[email protected]>
Fix version requirements

Puppet 3.7.3 could not parse the given versions, they needed to be fully
specified.

e02f7f4e50151d15818471f70c70e7095a4604d2 authored almost 10 years ago by Andrew Schwartzmeyer <[email protected]>
Adds class and acceptance tests

4bb441f99ba902428d6baa5cebed50009dbd4f81 authored almost 10 years ago by Peter Souter <[email protected]>
Fixes JSON error

f7b32e0c37edcc708f8f5713d9c833bbd651145a authored almost 10 years ago by Peter Souter <[email protected]>
Merge pull request #21 from andschwa/metadata_json

Changes to new metadata.json file

9e98002b6fef6232e6da45e14c3f29f4959c6e12 authored almost 10 years ago by Peter Souter <[email protected]>
Merge pull request #20 from andschwa/dev

Merge Dev into Master

86de99cf7774e36c29699ec0d1a9484d90ced48c authored almost 10 years ago by Peter Souter <[email protected]>
Changes to new metadata.json file

cd121ed4dd1960b789482ce4dd403a8f80995122 authored almost 10 years ago by Peter Souter <[email protected]>
Optionally includinge nodejs

5d6cb9fe7152a0919cc4d422ae5e8b13c81b0850 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Closing issues #6, #15, and #16

84867595715cf6ba5c270ab163c778dc4ed3c087 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Dependency specification fix

977f026dd0d589c929b715b1dd739306d6ca153d authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump

8f9b00f7834059940220bba8f8051c9936c05646 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Indentation fixes for config template

d96f9f793933fb9303e71ae119a3120d39267e66 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Updating documentation

e0376d704d58f7be42c016b1fdc1b8b905752027 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Updating `socket` to accept boolean value of true

Which when passed set in Ghost's config file will use the default socket
file of `${blog}/conten...

cf650620101ad2f09d38055b20b21997b0b5c89a authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Removing Unix socket permission fix

This wasn't a permanent solution as Ghost cleans up the socket file on
shutdown. Also these perm...

b0e752c5c43904f42aeb9652b5f8bc9273beb148 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Using `unless` over `onlyif test !` (double negative); better require

81b0df459a046ac7fc0a26d22d9d3f6ba83f9a0e authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Parameter for npm registry; conditional `include nodejs`

6ffda5e2aa78d90a3633d9d66ce7b4ab5bce2b0a authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Ignoring pkg directory

0933f60838a905f10bc035e016d0e317a41f32c6 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Added note about supervisorctl update failure

116b7b0b66d54aec4addcb4f9da8d5fe13e27b7b authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
puppetlabs/apt module not a direct dependency

5662c4092362230f94f38f7031240afe33359a58 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Updating readme for new release

8833f8375cad45387dcbda5740969b5c0694c854 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Using supervisor Puppet module instead of forever

c88944a22ee3c589b62083efdb26c240b130c1e2 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Refactoring dependencies, using /home/ghost, setting npm registry

c299ff251f895fcb018ce84c2a02829d813fe36b authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Refactoring to use nodejs module and more localization

This includes a switch to 'forever' from 'supervisor', which may be
about to get reverted either...

026103e3a70edf38b3261bfc3e74a8e6daa72a12 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Merge branch 'centos' into node

Conflicts:
manifests/blog.pp

08ea0c00fc9d0941136cd59924d95810275508a8 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Bumping minor version for license change and prep for refactor

80414354a8de78f185880776a02353838cd9188b authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Removing development setup; enabling use of socket by default

52785850bee955db15a1ed862e0de1305358d5db authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Adding AGPL3 license per #5

Apparently this module was yet-to-be-licensed. This completes the
pending switch, and all deriva...

06f475b753abab6c7e01c90e83c378d97cf44534 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Fixing forever process launching

a11712de53093210778492c8eba53bf446533acd authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Fixing forever for Ubuntu Precise

6d72de5cf57e7347e481d45928bdc5f34db145d9 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Updating relationships for starting Ghost

86d18078761d3fff1b4dcc6df40c0c7813b7f90b authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Unrelated refactoring

5f1172e9bd8dbe855b8baaebc33c61f683b65c1d authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Switching to forever over supervisor

8bda789653986806c2bd1dbb84cfd19e78db8ed0 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Fixing comment

5bc94938a0a927003b1f5b98ca46cd328d4de55d authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Simplifying package management

2c7ffe8d0b396ffed3be2f40b7e6dd7150c03ddd authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
committing resource dependency fixes for concat module

(simply telling the concat resource to notify the service caused a dependency loop so the requir...

dc9cfda80650fb7464aa682b28249a4e561ed61d authored over 10 years ago by Andrew Timmes <[email protected]>
Finalizing CentOS localization fixes:

* added support for nonstandard service name
* added supervisord.conf concat support for default...

81cc7c98f59a7e96b2e93e9891d34a5acf8fc260 authored over 10 years ago by Andrew Timmes <[email protected]>
adding CentOS support to listed $::operatingsystem instances

3584e8fece5da4fa543f2c4d5d93307e73a8a037 authored over 10 years ago by root <[email protected]>
Using hiera_hash for better hiera hash merging

f40d21569e067880ca24c6b4daf1bdaa24d0b2b4 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump

d43c68fb43ae19baa27e7fdb912094212230dfc8 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Fixing puppet-lint warnings

a63f3dc7578a186bbbe6d458975d50a4e0c31f1e authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Fixing issue #2

b65bb3baa862baaa73ab4d497bfc39863c6c2c95 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Validating parameters

2eec33bbacd931962a8b8de51adbe403bfb188f8 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Setting default ghost shell to bash

Useful if you need to use git/ruby/bundle/npm/bower/grunt from the Ghost
user to update themes

c4f88eba92cd6c731032ed429370e6f9f62ffcf4 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump for bugfix

aa7cf3cb98e3165b82f601d303ea88387f823a00 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Using @variable instead of deprecated scope['variable']

Fixes issue #3

817971c6c0f6bdc89bf0c6c95e7257360d45c8b1 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump

8128ccea156fefcd21afb5087b330d9f7fefce9d authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Miscellaneous readme updates

37d370b72a1b3afd19aeed219850d2e7aba27ffa authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Updating readme for new mail setup feature

4d9e95d44b6fc69fa806005c71e022281c3aa864 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Enabling mail setup

8ff17028a32a2f91cc2c44573f55a76897a42d44 authored over 10 years ago by Andrew Schwartzmeyer <[email protected]>
Heh, fixing archive location

4aac4508e8fc9109e0eaa453aac66dae8e3d556c authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Renaming node_js -> nodejs, resetting its file defaults

2133f25dedebf1862eb69d0b4994a5adfc28b753 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Bumping module version to 0.1.0

69269601f451ab0ce05bd0c1cece3fb77013fab2 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Updating readme for re-factor

66ddb2f44ca42be412d38c10d0b0c9c0778ef6f1 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Major re-factor plus resources for multiple blogs

Actually uses several files now. Blog instances are now setup through
the resource ghost::blog, ...

f6ec8818a6f8b1c10ed63c64d80708e72ba36f7a authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump to 0.0.5

983b2ac4df630c1603f03e6a3e691a9a911b4e76 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Using ensure_packages in place of ensure_resource

e288f6f043ce1e7f47e51e65c7c033d7ea061383 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
align on = sign

cc2da7c9d65ad50f766c33d04b0ad0862aff8e01 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Adding maestrodev/wget dependency to fix issue #1

db1dbcd52f92ae408169c4266d080cbfbdb72c77 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump

3e803eb1514931f7002256f87b9089123ec75eeb authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Using restart instead of start for supervisor

Dependency updates
Indentation cleanup

c071bda13aa234fd4f0d68ee82e404ab43e78c77 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Version bump

ab864b69faada086b86f1cd160ec9d5794b81d29 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Fixing supervisor, this is what unit tests would catch...

61f1789ea3685f2d0779e48385c29ab2e7441bc2 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Merge branch 'master' of github.com:andschwa/puppet-ghost

88bf4113578cddcf1571d0af0a488e80327a7782 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Markdown readme

4ad946696c8884f487667bdf742ccb5b03ecfb8e authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Using ensure_resource, refreshonly, version bump

Adding puppetlabs/stdlib dependency for ensure_resource (used to declare
unzip and supervisor pa...

7003c7b9ca51626b9f94dd0d558d3c065a3c298b authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Updating comments, moving archive

66e172dcefcefbc7e5cc7732722d2717db21a545 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Adding 'yet'

9ff8802400b3ee9e5b93f2dd8d9135bd7afad703 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Adjusting version

b55743070cbea7d54816d7702b1f763e14499417 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Modularizing manifest

b0b282dd7582c303234ee699925700291a94cd5f authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Updating readme, modulefile

f042040ab4d7b9513062c320ca16fb8512fd250d authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>
Initial working module

697577f2a3973a35220bf2d738cd3f59c878c894 authored almost 11 years ago by Andrew Schwartzmeyer <[email protected]>