You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit, Puppet's file type returned a file's ctime
and mtime (created and modified times) as Time objects. This commit
converts those to Strings instead to alleviate issues when those
values needed to be used in formats that don't understand Time
objects (e.g. YAML).
0 commit comments