Installs/Configures butterfly on your server!
spython
The following platforms and versions are tested and supported using Opscode's test-kitchen:
Ubuntu 16.04
Ubuntu 18.04
Debian 9
Debian 10
Key | Type | Description |
---|---|---|
[butterfly][packages] |
Array | Required packages (default: [libffi-dev python-openssl]) |
[butterfly][version] |
String | Butterfly package version (default: '') |
[butterfly][python] |
String | Python runtime to use (default: 3) |
[butterfly][config] |
Hash | Butterfly configuration |
Just include butterfly
in your node's run_list
to install butterfly
pip package:
{
"name":"my_node",
"run_list": [
"recipe[butterfly]"
]
}
Just include butterfly::libsass
in your node's run_list
to install libsass
pip package (for themes support):
{
"name":"my_node",
"run_list": [
"recipe[butterfly::libsass]"
]
}
Include butterfly::systemd
in your node's run_list
to setup butterfly
service:
{
"name":"my_node",
"run_list": [
"recipe[butterfly::systemd]"
]
}
See TESTING.md
See CONTRIBUTING.md
Authors: Sliim [email protected]
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.