Rename a file:
winix::file::rename_file { from => "foo.txt", to => "bar.txt" };
Another way:
posix::rename { old => "foo.txt", new => "bar.txt" };