Signed-off-by: Digimer <digimer@alteeve.ca>main
parent
636cef0564
commit
14763136f2
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
||||
#!/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); |
Loading…
Reference in new issue