rpathsync / amiconfig

A extensible contextualization client for Amazon's EC2 instance data service.

Clone this repository (size: 127.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/amiconfig/
commit 126: a02d26f83faf
parent 125: 180becddf510
branch: default
use the correct class name
Elliot Peele
2 years ago

Changed (Δ4 bytes):

raw changeset »

amiconfig/plugins/rmakeserver.py (1 lines added, 1 lines removed)

Up to file-list amiconfig/plugins/rmakeserver.py:

@@ -6,7 +6,7 @@ import os
6
6
7
7
from rmakeplugin import rMakePlugin
8
8
9
class rMakeServer(rMakePlugin):
9
class AMIConfigPlugin(rMakePlugin):
10
10
    name = 'rmakeserver'
11
11
12
12
    def pluginMethod(self):