anvil/ocf/alteeve/server
2018-02-12 01:10:48 -05:00

13 lines
267 B
Perl
Executable File

#!/usr/bin/perl
#
# This is the resource agent used to manage servers on the Anvil! Intelligent Availability platform.
#
# Based on: https://github.com/ClusterLabs/resource-agents/blob/master/doc/dev-guides/ra-dev-guide.asc
#
use strict;
use warnings;
exit(0);