cookbook 'factorio', '= 1.2.0'
factorio (5) Versions 1.2.0 Follow1
Installs/Configures factorio server
cookbook 'factorio', '= 1.2.0', :supermarket
knife supermarket install factorio
knife supermarket download factorio
factorio-cookbook
Scope
This cookbook focuses building a machine for factorio.
Requirements
- Chef 12.0.0 or higher
- Ubuntu 14.04 or higher
Usage
- Run
bundle install
to install the dependencies. - If you would like to spin something up in Digital Ocean, use the kitchen-digitalocean driver and configure it.
- Either set the [default.rb](recipes/default.rb) as in your
run_list
. - OR
- For digital ocean
KITCHEN_YAML=.kitchen.cloud.yml bundle exec kitchen verify
to spin up an instance.
default.rb
Standard provisioning for everything you need to run factorio.
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
- Author:: JJ Asghar (jj@chef.io)
Copyright 2015 JJ Asghar 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.
Dependent cookbooks
apt >= 0.0.0 |
cron >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Change Log
1.1.1 (2016-03-17)
- typos and errors all over the place
1.1.0 (2016-03-17)
- Removed CentOS support because I didn't test it :(
1.0.0 (2016-03-17)
- Initial Release
Foodcritic Metric
1.2.0 failed this metric
FC005: Avoid repetition of resource declarations: /tmp/cook/34eb534f26796cda346dc4b8/factorio/recipes/default.rb:13
1.2.0 failed this metric