diff options
Diffstat (limited to 'nagios3.yaml')
-rw-r--r-- | nagios3.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios3.yaml b/nagios3.yaml index 4f6a4222..0bdb1d38 100644 --- a/nagios3.yaml +++ b/nagios3.yaml @@ -97,4 +97,4 @@ Resources: InstanceType: {Ref: InstanceType} Outputs: Nagios3Host: - Fn::GetAtt: [ nagios3 , PrivateIp ] + Fn::GetAtt: [ nagios3 , first_private_address ] |