converge icon indicating copy to clipboard operation
converge copied to clipboard

apt-repo resource

Open ryane opened this issue 9 years ago • 0 comments

consider adding a resource to manage 3rd-party package repositories

minimal example:

package.apt-repo "docker" {
  repo        = "deb https://apt.dockerproject.org/repo ubuntu-xenial main"
  destination = "/etc/apt/sources.list.d/docker.list"
  update      = true
  state       = "present"
}

ryane avatar Nov 15 '16 14:11 ryane