Contents

Puppet RunDeck v0.0.4

Contents

I’ve just released Puppet-RunDeck version 0.0.4. The major change is that it adds support for outputting tags together with the other available output, for example:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project PUBLIC "-//DTO Labs Inc.//DTD Resources Document 1.0//EN" "project.dtd">
<project>
<node name="web.example.com" type="Node" description="web.example.com" osArch="Linux"
  osFamily="Linux" osName="Fedora" osVersion="14" tags="settings,web.example.com,sudo,node,class"
  username="root" hostname="web.example.com" />
</project>

You can install the update by updating the gem:

$ sudo gem install puppet-rundeck