Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated memcached cookbook #136

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cookbooks/memcached/.envrc

This file was deleted.

49 changes: 49 additions & 0 deletions cookbooks/memcached/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
*.rbc
.config
InstalledFiles
pkg
test/tmp
test/version_tmp
tmp
_Store
*~
*#
.#*
\#*#
*.un~
*.tmp
*.bk
*.bkup

# editor files
.idea
.*.sw[a-z]

# ruby/bundler/rspec files
.ruby-version
.ruby-gemset
.rvmrc
Gemfile.lock
.bundle
*.gem
coverage
spec/reports

# YARD / rdoc artifacts
.yardoc
_yardoc
doc/
rdoc

# chef infra stuff
Berksfile.lock
.kitchen
kitchen.local.yml
vendor/
.coverage/
.zero-knife.rb
Policyfile.lock.json

# vagrant stuff
.vagrant/
.vagrant.d/
7 changes: 0 additions & 7 deletions cookbooks/memcached/Berksfile

This file was deleted.

4 changes: 4 additions & 0 deletions cookbooks/memcached/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 7.0.5 - *2022-12-13*

Standardise files with files in sous-chefs/repo-management

## 7.0.4 - *2022-02-08*

- Remove delivery folder
Expand Down
115 changes: 0 additions & 115 deletions cookbooks/memcached/chefignore

This file was deleted.

65 changes: 0 additions & 65 deletions cookbooks/memcached/kitchen.dokken.yml

This file was deleted.

33 changes: 0 additions & 33 deletions cookbooks/memcached/kitchen.yml

This file was deleted.

4 changes: 1 addition & 3 deletions cookbooks/memcached/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs memcached and includes memcached_instance resource for setting up memcached instances'
source_url 'https://github.com/sous-chefs/memcached'
issues_url 'https://github.com/sous-chefs/memcached/issues'
chef_version '>= 15.3'
version '7.0.4'
version '7.0.5'

%w(ubuntu debian redhat centos suse opensuse opensuseleap scientific oracle amazon zlinux).each do |os|
supports os
Expand Down
9 changes: 0 additions & 9 deletions cookbooks/openstack-block-storage/.delivery/project.toml

This file was deleted.

4 changes: 0 additions & 4 deletions cookbooks/openstack-block-storage/.rubocop.yml

This file was deleted.

3 changes: 0 additions & 3 deletions cookbooks/openstack-block-storage/.zuul.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions cookbooks/openstack-block-storage/Berksfile

This file was deleted.

36 changes: 0 additions & 36 deletions cookbooks/openstack-block-storage/CONTRIBUTING.md

This file was deleted.

Loading