Jira (PUP-1526) Package type should support environment variables

2023-04-14 Thread James Paton-Smith (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Paton-Smith commented on  PUP-1526  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Package type should support environment variables   
 

  
 
 
 
 

 
 Another +1 from me. I've just encountered a package which requires the use of environment variables to install properly.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.24737.1390902401000.5687.1681471920020%40Atlassian.JIRA.


Jira (PUP-7435) Add support for snap packages

2023-04-11 Thread James Paton-Smith (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Paton-Smith commented on  PUP-7435  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Add support for snap packages   
 

  
 
 
 
 

 
 Canonical seem to be doubling down on snaps in recent times. They're only going to become more prevalent on Ubuntu, and possibly other distros. I think having some method of managing snap packages through Puppet is a must-have, whether as part of the package type, or something else.   What information would be needed to implement this? I see Hadmut Danisch has already linked the relevant API docs, although it has now been moved: https://forum.snapcraft.io/t/snapd-rest-api/17954 Is there any precedent for having a specific package manager as it's own type, rather than part of the packgage type?   
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v8.20.11#820011-sha1:0629dd8)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-bugs/JIRA.184760.1491554952000.4244.1681206780020%40Atlassian.JIRA.


Jira (PUP-5402) systemd: Puppet agent starts before network-online.target is reached

2022-02-17 Thread James Paton-Smith (Jira)
Title: Message Title


 
 
 
 

 
 
 

 
   
 James Paton-Smith commented on  PUP-5402  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: systemd: Puppet agent starts before network-online.target is reached   
 

  
 
 
 
 

 
 Looks like the same issue on Ubuntu 20.04.3 with Puppet 6.26.0  
 
 
 
 
 # /lib/systemd/system/puppet.service  
 
 
 #  
 
 
 # Local settings can be configured without being overwritten by package upgrades, for example  
 
 
 # if you want to increase puppet open-files-limit to 1,  
 
 
 # you need to increase systemd's LimitNOFILE setting, so create a file named  
 
 
 # "/etc/systemd/system/puppet.service.d/limits.conf" containing:  
 
 
 # [Service]  
 
 
 # LimitNOFILE=1  
 
 
 # You can confirm it worked by running systemctl daemon-reload  
 
 
 # then running systemctl show puppet | grep LimitNOFILE  
 
 
 #  
 
 
 [Unit]  
 
 
 Description=Puppet agent