Commit Graph

6 Commits

Author SHA1 Message Date
Clark Boylan a4162cfb80 Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: I050a5fa329c4925940b93a162bb54901555f4b47
2022-02-17 11:26:53 -08:00
Ian Wienand e66b8a82cd Remove ::'s that linter now complians about
Avoid issues from linter:

 WARNING: class included by absolute name (::$class) on line ...

Change-Id: Ia25bea4693acd44d3541500698e7fa978613f459
2020-02-12 11:12:18 +11:00
Marton Kiss 46a421e013 Refactor vcsrepo to git resource to resolve refresh trigger issues
This patchset will replace the vcsrepo with puppet-community's
git_resource and resolve the resource change notification issues.

Change-Id: I4b0fc715f89062047ed32f4f89880ced76e54f9b
2015-10-15 18:28:18 +02:00
Colleen Murphy e449a2ce34 Enable arrow alignment lint check
Discussion following https://review.openstack.org/#/c/199792/ confirmed
that we do want to enforce this check. This patch re-enables the check
and fixes lint errors that fail the check.

Change-Id: Id9e8086ba1636d158547a5fc8b2b6d24de511a12
2015-07-14 19:17:00 -07:00
Colleen Murphy a07962ba55 Add Gemfile and puppet 4 checks
In anticipation of puppet 4, start trying to deal with puppet 4 things
that can be helpfully predicted by puppet lint plugins. This patch also
corrects lint errors caught by the puppet-lint-absolute_classname-check
gem.

We disable the puppet-lint-empty_string-check gem to be corrected by a
follow-up patch.

We disable the disable_arrow_alignment check in the Rakefile.
Previously, the system version of puppet-lint that was being run by
'rake lint' was too old to catch this. When using 'bundle exec rake
lint' the gem is new enough to catch this. Whether we want to actually
fix these lint errors is a different discussion, so this patch disables
it for now.

Change-Id: I2b2c8511367b2e97c30b7681125d9063b3e78a86
2015-07-09 17:37:05 -07:00
Marton Kiss ade07a70b6 Askbot module refactor
Refactor askbot module:
- deployment source from git instead of pip
- separate init / install / config code
- break site config into celeryd / cron / http / log / ssl / static parts
- support of Ubuntu Precise 12.04LTS / Trusty 14.04LTS

Notice: don't approve this patch until puppet run is enabled on ask.o.o
because it breaks the production site. (need to refactor the related
system-config ask.pp too)

Depends-On: Iaa8488a3d7ab8b121404ac1ac39bd1620a868727
Change-Id: I560c24c3b09e4a8d09b23afa619a4cf361601cbe
2015-06-02 15:48:34 +02:00