Skip to content
Snippets Groups Projects
NEWS 589 B
Newer Older
release/001.001 (2014-03-17)

    Added the custom facts "regular_users" and "root_users". See the file
    lib/facter/users.rb. These facts return JSON-encoded strings for the
    regular users (i.e., the contents of /etc/passwd/) and the root users
    (the contents of /root/.k5login). (adamhl)

release/001.000 (2013-07-13)

    Create the /var/lib/puppet/sufact directory whenever the fact define
    is used.  This means any code elsewhere to create that directory
    should be removed.  (It was usually found in defaults.)

    Rewrite the fact define to use current coding style.