File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 60
60
}
61
61
62
62
if $enable_infra == true {
63
- contain ::newrelic::infra
64
63
class { '::newrelic::infra' :
65
64
license_key => $license_key ,
66
65
manage_repo => $manage_repo ,
67
66
}
67
+ contain ::newrelic::infra
68
68
}
69
69
70
70
if $enable_server == true {
71
71
if $facts [' os' ][' family' ] == ' Windows' {
72
72
contain ::newrelic::server::windows
73
- class { '::newrelic::server::windows' : }
74
73
} else {
75
- contain ::newrelic::server::linux
76
74
class { '::newrelic::server::linux' :
77
75
license_key => $license_key ,
78
76
manage_repo => $manage_repo ,
79
77
}
78
+ contain ::newrelic::server::linux
80
79
}
81
80
}
82
81
83
82
if $enable_php_agent == true {
84
- contain ::newrelic::agent::php
85
83
class { '::newrelic::agent::php' :
86
84
license_key => $license_key ,
87
85
manage_repo => $manage_repo ,
88
86
}
87
+ contain ::newrelic::agent::php
89
88
}
90
89
91
90
96
95
97
96
if $enable_dotnet_agent == true {
98
97
contain ::newrelic::agent::dotnet
99
- class { '::newrelic::agent::dotnet' : }
100
98
}
101
99
}
You can’t perform that action at this time.
0 commit comments