Project

General

Profile

Bug #3341

Updated by Matthieu CERDA about 11 years ago

Correct a broken time range definition in the system promises that breaks the broken BDB detection 

 "mtime         => irange(2147483647, ago(0,0,0,1,0,0));" is a broken definition, that should be "mtime         => irange(ago(0,0,0,1,0,0), now);" 

 Pull request: https://github.com/Normation/rudder-techniques/pull/60

Back