Hi,

 

a try to deploy apt-sources per puppetlabs-apt module and dont work.

 

Here is my node configuration:

 

import "apt"

 

node debian inherits default {

 

        #defaults fuer apt module

        class { 'apt':

                always_apt_update    => false,

                disable_keys         => undef,

                proxy_host           => 'http://apt.domain.de',

                proxy_port           => '3142',

                purge_sources_list   => false,

                purge_sources_list_d => true,

                purge_preferences_d  => false

        }

 

          apt::source {

                          "puppetlabs":

                             location    => "http://apt.puppetlabs.com";,

                             repos       => "main",

                             include_src => false,

                             ensure      => present;

                          "lgb":

                             location    => "http://apt.domain.de/debian";,

                             release     => "wheezy",

                             repos       => "main",

                             ensure      => present;

            }

}

 

The content of /etc/apt/sources.list.d/ directory was deleted, but no new 
entries are write....

Can help me?

 

Thx

Karsten

 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to