

Any Git LFS request will ask for HTTPS credentials to be provided so a good Git.When SSH is set as a remote, Git LFS objects still go through HTTPS.Git LFS v1 original API is not supported since it was deprecated early in LFS.Git LFS must be enabled under project settings.Git LFS is supported in GitLab starting with version 8.2.

GitLab server configurationĭocumentation for GitLab instance administrators is under LFS administration doc. Instructions from where to fetch or where to push the large file. Once the request is authorized, Git LFS client receives Git LFS client talks with the GitLab server over HTTPS. The general recommendation is to not have Git repositories

I updated my module accordingly.Managing large files such as audio, video and graphics files has always been one And yes, the text file is what ends up on the agents.ĮTA: the best way to use Puppet to install Teams is to add Microsoft’s Apt source and then use a package resource. deb file was copied to the Puppet master instead of the. The short text file used by Git LFS to point to the. When testing on my test nodes, I got: Dec 16 18:23:19 mynode puppet-agent: Execution of '/usr/bin/dpkg -force-confold -i /var/cache/apt/teams_1.1_b' returned 1: dpkg-deb: error: '/var/cache/apt/teams_1.1_b' is not a Debian format archiveĭec 16 18:23:19 mynode puppet-agent: dpkg: error processing archive /var/cache/apt/teams_1.1_b (-install):ĭec 16 18:23:19 mynode puppet-agent: dpkg-deb -control subprocess returned error exit status 2Ĭloser investigation revealed: puppetmaster:/etc/puppetlabs/code/environments/master/modules/> file teams/files/teams_1.1_b In order to save space in my Git repo, I thought I’d use LFS for the. deb file into the files directory to be copied to the node prior to installation. In the git repo for the module, I put the. I started writing a simple module to install the new Microsoft Teams for Linux client into Ubuntu.
