Commit 175fe860 authored by Antoine Catton's avatar Antoine Catton

Add agent type option to agent recipe.

parent 0b049dba
...@@ -48,6 +48,7 @@ class Recipe(GenericBaseRecipe): ...@@ -48,6 +48,7 @@ class Recipe(GenericBaseRecipe):
'callbacks_directory': self.options['callbacks-directory'], 'callbacks_directory': self.options['callbacks-directory'],
'partition_id': self.options['partition-id'], 'partition_id': self.options['partition-id'],
'computer_id': self.options['computer-id'], 'computer_id': self.options['computer-id'],
'agent_type': self.options['type'],
} }
), ),
) )
......
...@@ -4,3 +4,4 @@ EQUEUE_SOCKET = %(equeue_socket)r ...@@ -4,3 +4,4 @@ EQUEUE_SOCKET = %(equeue_socket)r
CALLBACKS_DIRECTORY = %(callbacks_directory)r CALLBACKS_DIRECTORY = %(callbacks_directory)r
COMPUTER_ID = %(computer_id)r COMPUTER_ID = %(computer_id)r
PARTITION_ID = %(partition_id)r PARTITION_ID = %(partition_id)r
AGENT_TYPE = %(agent_type)r
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment