[Bug 257686] sysutils/puppet7: not working due to missing puppet.rb

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 08 Aug 2021 17:19:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257686

            Bug ID: 257686
           Summary: sysutils/puppet7: not working due to missing puppet.rb
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: puppet@FreeBSD.org
          Reporter: fw@moov.de
             Flags: maintainer-feedback?(puppet@FreeBSD.org)
          Assignee: puppet@FreeBSD.org

Trying to run Puppet Agent from puppet7-7.9.0 results in the following error:

# puppet agent -t
cannot load such file -- /usr/local/lib/ruby/site_ruby/2.7/puppet

Comparing this Puppet 7 test with my working Puppet 6 installation, I've
noticed that puppet.rb is missing in my Puppet 7 installation:

# ls -l /usr/local/lib/ruby/site_ruby/2.7/pupp.rb
ls: /usr/local/lib/ruby/site_ruby/2.7/pupp.rb: No such file or directory

But it's there on Puppet 6:

# ls -l /usr/local/lib/ruby/site_ruby/2.5/puppet.rb 
-rw-r--r--  1 root  wheel  12784 Apr 23  2020
/usr/local/lib/ruby/site_ruby/2.5/puppet.rb

What went wrong with this sysutils/puppet7 installation? Am I missing
something?

-- 
You are receiving this mail because:
You are the assignee for the bug.