Removed Licence Headers, and added info the Licence file.

This commit is contained in:
Graham Hayes 2014-01-21 00:11:23 +00:00
parent b20a8cdf6e
commit 9644a18f14
5 changed files with 2 additions and 31 deletions

View File

@ -1,4 +1,5 @@
Copyright (c) 2013 Salt Stack Formulas
Copyright (c) 2014 Hewlett-Packard Development Company, L.P.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,18 +1,3 @@
# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
memcached:
pkg:
- installed

View File

@ -1,17 +1,3 @@
# Copyright 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
#
{% from "memcached/map.jinja" import defaults with context -%}
# Macro:

View File

@ -2,7 +2,7 @@
'config':{
'deamonize': True,
'verbose_level': 0,
'log_file': '/var/log/memcached'
'log_file': '/var/log/memcached.log'
'memory_cap': 64,
'port': 11211,
'user':' memcache',

View File

@ -1,4 +1,3 @@
# Collect the IPs of the memcached instances for use in application config
memcached:
deamonize: True,
verbose_level: 0,