Code Review
/
puppet-modules
/
puppet-ceilometer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f3d57b9
)
inifile module now requires a section
author
Aimon Bustardo
<abustardo@morphlabs.com>
Fri, 19 Apr 2013 08:00:37 +0000
(
01:00
-0700)
committer
Aimon Bustardo
<abustardo@morphlabs.com>
Fri, 19 Apr 2013 08:00:37 +0000
(
01:00
-0700)
* Added DEFAULT where missing is compute class
manifests/agent/compute.pp
patch
|
blob
|
history
diff --git
a/manifests/agent/compute.pp
b/manifests/agent/compute.pp
index a2ccd833ec10b14d4ec25f3fc23dfe100655c322..c77a8675e4106b646d050fc621864028685c1555 100644
(file)
--- a/
manifests/agent/compute.pp
+++ b/
manifests/agent/compute.pp
@@
-51,8
+51,8
@@
class ceilometer::agent::compute(
}
nova_config {
- 'instance_usage_audit' : value => 'True';
- 'instance_usage_audit_period' : value => 'hour';
+ '
DEFAULT/
instance_usage_audit' : value => 'True';
+ '
DEFAULT/
instance_usage_audit_period' : value => 'hour';
}
Nova_config<| |> {