Skip to content

Commit

Permalink
adding another missing attr
Browse files Browse the repository at this point in the history
  • Loading branch information
lusis committed Jan 29, 2013
1 parent c9d33ce commit 0c5e635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mixcoatl/infrastructure/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ def platform(self):
"""`str` - The platform of the server *(i.e. `UBUNTU`)*."""
return self.__platform

@lazy_property
def personalities(self):
"""`dict` - The personalities associated with the server"""
return self.__personalities

@lazy_property
def private_ip_addresses(self):
"""`list` - The private ip addresses assigned to the server."""
Expand Down

0 comments on commit 0c5e635

Please sign in to comment.