Removed Licence Headers, and added info the Licence file.
This commit is contained in:
parent
b20a8cdf6e
commit
9644a18f14
1
LICENSE
1
LICENSE
@ -1,4 +1,5 @@
|
|||||||
Copyright (c) 2013 Salt Stack Formulas
|
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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -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:
|
memcached:
|
||||||
pkg:
|
pkg:
|
||||||
- installed
|
- installed
|
||||||
|
@ -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 -%}
|
{% from "memcached/map.jinja" import defaults with context -%}
|
||||||
|
|
||||||
# Macro:
|
# Macro:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
'config':{
|
'config':{
|
||||||
'deamonize': True,
|
'deamonize': True,
|
||||||
'verbose_level': 0,
|
'verbose_level': 0,
|
||||||
'log_file': '/var/log/memcached'
|
'log_file': '/var/log/memcached.log'
|
||||||
'memory_cap': 64,
|
'memory_cap': 64,
|
||||||
'port': 11211,
|
'port': 11211,
|
||||||
'user':' memcache',
|
'user':' memcache',
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
# Collect the IPs of the memcached instances for use in application config
|
|
||||||
memcached:
|
memcached:
|
||||||
deamonize: True,
|
deamonize: True,
|
||||||
verbose_level: 0,
|
verbose_level: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user