Skip to content

Commit c5ba7ef

Browse files
committed
(maint) Fix exclude_list for puppet facts diff
This commit adds missing characters from the `EXCLUDE_LIST` array of regular expressions used for filtering the `puppet facts diff` output of volatile facts.
1 parent 179e333 commit c5ba7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/face/facts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
memory\.swap\.available memory\.swap\.capacity memory\.swap\.used
1212
memory\.system\.available_bytes memory\.system\.used_bytes
1313
memory\.system\.available memory\.system\.capacity memory\.system\.used
14-
mountpoints\..*\.available* mountpoints\..*\.capacity mountpoints\..*\.used*
14+
mountpoints\..*\.available.* mountpoints\..*\.capacity mountpoints\..*\.used.*
1515
sp_uptime system_profiler\.uptime
1616
uptime uptime_days uptime_hours uptime_seconds
1717
system_uptime\.uptime system_uptime\.days system_uptime\.hours system_uptime\.seconds

0 commit comments

Comments
 (0)