aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2014-11-16 23:48:46 +0000
committerPascal Terjan <pterjan@gmail.com>2014-11-16 23:48:46 +0000
commit55537cd411c829e8383149e5de540f889d3480a4 (patch)
tree2ab86e635d8d0c9b71c1feff04ec4a9c15822de4
parent08894e207e92f355850e17d5a25d2008b10ca4bc (diff)
downloadpuppet-55537cd411c829e8383149e5de540f889d3480a4.tar
puppet-55537cd411c829e8383149e5de540f889d3480a4.tar.gz
puppet-55537cd411c829e8383149e5de540f889d3480a4.tar.bz2
puppet-55537cd411c829e8383149e5de540f889d3480a4.tar.xz
puppet-55537cd411c829e8383149e5de540f889d3480a4.zip
Also change report config
-rw-r--r--manifests/nodes/alamut.pp16
1 files changed, 8 insertions, 8 deletions
diff --git a/manifests/nodes/alamut.pp b/manifests/nodes/alamut.pp
index 1ed9d9f0..fa3f9b6f 100644
--- a/manifests/nodes/alamut.pp
+++ b/manifests/nodes/alamut.pp
@@ -91,20 +91,20 @@ node alamut {
minute => '24'
}
- youri-check::config {'config_1':
- version => '1',
+ youri-check::config {'config_3':
+ version => '3',
}
- youri-check::report {'report_1':
- version => '1',
+ youri-check::report {'report_3':
+ version => '3',
hour => '*',
minute => '54'
}
- youri-check::config {'config_2':
- version => '2',
+ youri-check::config {'config_4':
+ version => '4',
}
- youri-check::report {'report_2':
- version => '2',
+ youri-check::report {'report_4':
+ version => '4',
hour => '*',
minute => '9'
}