Slide 13
Slide 13 text
What is Fabtools?
• Useful functions to help you write your Fabric files.
• Make it easier to manage system users, packages,
databases, etc.
• Low-level actions, as well as a higher level interface
called fabtools.require.
• fabtools.require allows a more declarative style,
similar to Chef or Puppet.
• Lots of cool stuff, but let’s start with fabtools.vagrant…