This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
meta_data() { | |
cat <<END | |
<?xml version="1.0"?> | |
<!DOCTYPE resource-agent SYSTEM "ra-api-1.dtd"> | |
<resource-agent name="foobar" version="0.1"> | |
<version>0.1</version> | |
<longdesc lang="en"> | |
floatip ocf resource agent for claiming a specified Floating IP via the DigitalOcean API</longdesc> |